/var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss
NameSizeModeActions
import/-0755rm
app.scss18240644editdlrm
postcss.config.js3320644editdlrm
_fonts.scss12590644editdlrm
_forms.scss31040644editdlrm
_typography.scss18000644editdlrm
_variables.scss8090644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/postcss.config.js (332B)
// It is handy to not have those transformations while we developing if (process.env.NODE_ENV === "production") { module.exports = { plugins: [ require("autoprefixer"), require("cssnano"), require("tailwindcss"), // More postCSS modules here if needed ], }; }