talks/taking-flight-with-tailwind-css/code/additional-config-options.txt

15 lines
216 B
Plaintext

module.exports = {
important: true,
prefix: '',
separator: ':',
purge: [],
darkMode: false, // or 'media' or 'class'
theme: {
colors: {
inherit: 'inherit'
},
extend: {},
},
// ...
}