frigate/web/postcss.config.cjs

7 lines
82 B
JavaScript
Raw Permalink Normal View History

2021-01-09 20:26:46 +03:00
module.exports = {
2022-02-26 22:11:00 +03:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2022-03-06 07:16:31 +03:00
}