svrjs-statistics-server-php/frontend/postcss.config.js
2024-12-18 18:02:43 +01:00

8 lines
129 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
"postcss-css-variables": {},
cssnano: {}
}
};