frigate/web-old/postcss.config.cjs
Blake Blackshear 76767eca6c Use new UI (#8983)
* fixup build

* swap frontends
2024-02-11 18:53:12 +01:00

7 lines
82 B
JavaScript

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