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

12 lines
183 B
Text

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