Files
frigate/web/postcss.config.js
T

7 lines
81 B
JavaScript
Raw Normal View History

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2024-02-28 15:23:56 -07:00
};