Files
certd/packages/ui/certd-client/tailwind.config.js
T

11 lines
214 B
JavaScript
Raw Normal View History

2023-06-27 22:45:27 +08:00
/** @type {import('tailwindcss').Config} */
2023-01-29 13:44:19 +08:00
module.exports = {
2023-06-27 22:45:27 +08:00
darkMode: "class",
important: true,
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
2023-01-29 13:44:19 +08:00
theme: {
extend: {}
},
plugins: []
};