beidou-satellite-data-monitor/hwasmart-beidou-satellite-d.../tailwind.config.js

12 lines
208 B
JavaScript
Raw Normal View History

2024-01-24 12:03:29 +08:00
module.exports = {
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}