frigate/web/postcss.config.js

7 lines
82 B
JavaScript
Raw Normal View History

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