FalconFashionFrontend/postcss.config.js
2025-12-11 22:07:09 +05:30

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}