svrjs-statistics-server-php/frontend/postcss.config.js

9 lines
129 B
JavaScript
Raw Normal View History

2024-12-18 18:02:43 +01:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
"postcss-css-variables": {},
cssnano: {}
}
};