svetle_template/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2024-09-11 11:08:50 +03:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}