Blame view

tailwind.config.js 175 Bytes
calmound authored
1
2
3
4
5
6
7
8
9
10
module.exports = {
  content: [
    './src/pages/**/*.tsx',
    './src/components/**/*.tsx',
    './src/layouts/**/*.tsx',
  ],
  corePlugins: {
    preflight: false,
  },
};