mobilizon/js/tailwind.config.js

12 lines
208 B
JavaScript

module.exports = {
purge: ["./public/index.html", "./src/**/*.{vue,js,ts}"],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
};