A Brief Guide to Using Sass/SCSS in an Angular App

Method 1

To Keep All Style Files in the /Styles Folder

In this case, we create all files in the /styles folder by following a pattern structure:

Shell
 
styles 
├── base 
├── components
└── xxxxx