lab/web/themes/contrib/tailwindcss/tailwind.config.js
2019-05-16 13:38:07 +01:00

12 lines
162 B
JavaScript

module.exports = {
prefix: 'tw-',
important: true,
theme: {
extend: {},
},
variants: {},
plugins: [],
corePlugins: {
preflight: false
}
}