presentations/taking-flight-with-tailwind-css/code/override-colours.txt
Oliver Davies 6891a7517a Re-organise
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-09-25 21:52:45 +01:00

11 lines
173 B
Text

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