Files
otaman/postcss.config.js
T
2026-08-05 02:44:50 +03:00

6 lines
81 B
JavaScript

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