batch-color-converter/tailwind.config.js

16 lines
187 B
JavaScript

module.exports = {
darkMode: "class",
content: [
"./index.html",
"./index.php",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}