Categories
CSS

How to import a regular CSS file into a SCSS file?

Spread the love

To import a regular CSS file into a SCSS file, we use @import.

For instance, we write

@import "path/to/file";

to use @import to import the "path/to/file" CSS file into our SCSS file.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *