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

11 lines
214 B
JavaScript
Raw Normal View History

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