talks/Taking Flight with Tailwind CSS/code/additional-config-options.txt

15 lines
216 B
Plaintext
Raw Normal View History

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