Categories CSS How to import a regular CSS file into a SCSS file? Post author By John Au-Yeung Post date February 13, 2023 No Comments on 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. Related Posts How to import a CSS file in a React Component?Sometimes, we want to import a CSS file in a React Component. In this article,… How to import JSON file in React?Sometimes, we want to import JSON file in React. In this article, we'll look at… How to import a JSON file in TypeScript?Sometimes, we want to import a JSON file in TypeScript. In this article, we'll look… By John Au-Yeung Web developer specializing in React, Vue, and front end development. View Archive → ← How to add CSS font border? → How to use CSS media queries to select max-width OR max-height? Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Current ye@r * Leave this field empty