Files
sfera/starter/postcss.config.js
2026-05-16 19:03:49 +03:00

8 lines
112 B
JavaScript

// starter/postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};