lufi/themes/default/tailwindcss/tailwind.config.js

16 lines
259 B
JavaScript

module.exports = {
purge: [
'../templates/*.ep',
'../templates/*/*.ep',
'../templates/*/*/*ep',
],
target: 'relaxed',
prefix: '',
important: false,
separator: ':',
theme: {},
variants: {},
corePlugins: {},
plugins: [],
}