mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 22:15:09 +00:00
13 lines
No EOL
201 B
JavaScript
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: [],
|
|
}
|