Files
houston-fe/tailwind.config.js

12 lines
195 B
JavaScript
Raw Normal View History

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