الملفات
gracesalmoun/postcss.config.js
2026-04-29 16:55:25 +03:00

7 أسطر
83 B
JavaScript

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