/** @type {import('tailwindcss').Config} */
module.exports = {
presets: [
require('tailwindcss-preset-email')
],
theme: {
extend: {
colors: {
blue: {
brand: '#286dbd',
},
},
}
},
}
Config
MarkdownCopyright © 2026 Maizzle OÜBrand policy
Edit this page on GitHub