Files
Fakel-Gym/postcss.config.js
GP_DEV 3ab7ac5a79 init
2025-06-01 12:33:52 +03:00

8 lines
134 B
JavaScript

module.exports = {
plugins: {
'postcss-nested': {},
'@tailwindcss/postcss': {},
autoprefixer: {},
}
}