Files
marcredhat-siem-toolkit-pat…/frontend/tailwind.config.js
T
2026-05-20 23:44:53 +02:00

13 lines
204 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{ts,tsx}'],
theme: {
extend: {
colors: {
brand: '#7c3aed',
},
},
},
plugins: [],
}