theseus/tailwind.config.js
2025-05-31 23:25:41 -04:00

13 lines
No EOL
201 B
JavaScript

module.exports = {
content: [
"./app/views/**/*.erb",
"./app/frontend/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
corePlugins: {
preflight: false,
},
plugins: [],
}