frigate/web/postcss.config.js
Blake Blackshear a87ee4f66a swap frontends
2023-12-16 09:59:53 -06:00

7 lines
80 B
JavaScript

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