frigate/web/postcss.config.cjs
Blake Blackshear b037e3611e revamp frontend
2022-11-13 07:43:09 -06:00

7 lines
82 B
JavaScript

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