frigate/web/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

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