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

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

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}