mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-18 15:34:01 +01:00
14 lines
236 B
JavaScript
14 lines
236 B
JavaScript
module.exports = {
|
|
content: ['../app/templates/**/*.html'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
prefix: 'tw-',
|
|
corePlugins: {
|
|
preflight: false,
|
|
},
|
|
} |