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

13 lines
183 B
Plaintext

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