1
0
mirror of https://github.com/blakeblackshear/frigate.git synced 2025-01-12 00:06:43 +01:00
blakeblackshear.frigate/web-old/postcss.config.cjs
Blake Blackshear bdebb99b5a Use new UI ()
* fixup build

* swap frontends
2024-01-31 12:56:11 +00:00

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}