presentations/taking-flight-with-tailwind-css/slides/code/override-colours.txt
2025-10-02 23:11:24 +01:00

11 lines
173 B
Text

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