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 SprocketsSprockets is a Ruby library for compiling and serving web assets. .

Webpacker ...