Plugins Configuration
Learn the PostCSS plugins and how to install PostCSS in a Vue project.
We'll cover the following
After the project is created, we must install several development dependencies. SCSS is a popular pre-processor, but we might want to consider using PostCSS instead.
PostCSS
PostCSS offers a lot of great plugins, which we can find here, and with postcss-preset-env, it lets us convert modern CSS into something that most browsers can understand. What’s more, we can still use SCSS like syntax via PostCSS plugins.
Get hands-on with 1400+ tech skills courses.