Search⌘ K

Concatenation

Learn to concatenate multiple CSS files within a SASS build process by adding npm scripts. Understand how to merge stylesheets for better project organization and efficient stylesheet management.

We'll cover the following...

The next step is to add a script to concatenate our existing CSS files.

As mentioned previously, I’ve created the additional.css file for our merge. Inside of additional.css, there are a few additional styles.

Go ahead and also create a new CSS file in your CSS folder. Just give it some additional styles — it doesn’t matter what.

We’ll be adding the ...