Files
WYGIWYH/frontend/tailwind.config.js
Herculino Trotta 50b0c6ce01 initial commit
2024-09-26 11:00:40 -03:00

14 lines
236 B
JavaScript

module.exports = {
content: ['../app/templates/**/*.html'],
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
prefix: 'tw-',
corePlugins: {
preflight: false,
},
}