Blame view

tailwind.config.js 165 Bytes
PurelzMgnead authored
1
2
3
4
5
6
7
export const content = [
  './src/pages/**/*.tsx',
  './src/components/**/*.tsx',
  './src/layouts/**/*.tsx',
];
export const corePlugins = {
  preflight: false,
calmound authored
8
};