12 lines
195 B
JavaScript
12 lines
195 B
JavaScript
// eslint-disable-next-line no-undef
|
|
module.exports = {
|
|
content: ['./src/**/*.{tsx,html,js,jsx}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
corePlugins: {
|
|
preflight: false,
|
|
},
|
|
plugins: [],
|
|
};
|