CSS and webpack
Let's learn about CSS and webpack in this lesson!
We'll cover the following
Building CSS in webpack
In this lesson, we’re going to focus on using CSS in webpack.
For more details on exactly what our tools do when we load them, see Webpacker in Development.
Initially, it was tricky to load CSS from Webpacker, but there have been continual improvements, and it’s now about as simple as using
Webpacker allows us to add support for CSS, and CSS processors like PostCSS, and CSS variant languages like Sass and SCSS. Sass and SCSS are valuable extensions to basic CSS, including an easier syntax for variables and nested selectors. The SCSS version of the syntax is similar to the original CSS, while Sass is a minimalist syntax that is similar to
Get hands-on with 1400+ tech skills courses.