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

13 lines
175 B
Plaintext

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