freshyo/packages/web-components/postcss.config.js
2026-05-10 16:45:39 +05:30

6 lines
82 B
JavaScript

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