elnafo-radio/crates/frontend/postcss.config.js
2024-09-26 01:05:18 +05:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}