traefik-confman/frontend/tailwind.config.js

14 lines
207 B
JavaScript

module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {
colors: {
confman: {
"bg-primary": "#fafafa",
},
},
},
},
plugins: [],
};