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

12 lines
208 B
JavaScript
Raw Permalink Normal View History

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