frigate/web/tailwind.config.js

14 lines
191 B
JavaScript
Raw Normal View History

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