mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 01:13:40 +01:00
12 lines
208 B
JavaScript
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: [],
|
|
}
|