gatus/web/app/tailwind.config.js
2021-01-24 04:50:58 -05:00

12 lines
208 B
JavaScript

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