talks/taking-flight-with-tailwind-css/code/override-colours.txt

12 lines
165 B
Plaintext
Raw Normal View History

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