frigate/web/tailwind.config.js

14 lines
191 B
JavaScript
Raw Normal View History

2021-01-09 11:26:46 -06:00
'use strict';
module.exports = {
purge: ['./public/**/*.html', './src/**/*.jsx'],
2021-01-31 08:24:04 -06:00
darkMode: 'class',
2021-01-09 11:26:46 -06:00
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
};