radiator-web/tailwind.config.js

12 lines
211 B
JavaScript
Raw Permalink Normal View History

module.exports = {
purge: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
2021-04-08 15:59:13 +02:00
darkMode: "class", // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
};