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.
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.