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

12 lines
173 B
Plaintext

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
colors: {
inherit: 'inherit'
},
extend: {},
},
plugins: [],
}