legendary-doc-site/apps/app/assets/tailwind.config.js

14 lines
223 B
JavaScript
Raw Normal View History

2020-08-22 15:01:04 +00:00
module.exports = {
future: {
removeDeprecatedGapUtilities: true,
},
purge: [],
theme: {
extend: {},
},
variants: {
backgroundColor: ['responsive', 'hover', 'focus', 'checked'],
},
2020-08-22 15:01:04 +00:00
plugins: [],
}