aboutsummaryrefslogblamecommitdiffstats
path: root/tailwind.config.js
blob: 1dc797eade7b865e2ef950e24c8c704e0309b78e (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                                          
                 




                    
export default {
  content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
  theme: {
    extend: {
      colors: {},
    },
  },
  darkMode: 'class',
  plugins: [],
}