11
Using the 7–1 Sass/SCSS Pattern with Angular 7

Using the 7–1 Sass/SCSS Pattern with Angular 7

5 years ago
Anonymous $L9wC17otzH

https://medium.com/@aaronverones/using-the-7-1-sass-scss-pattern-with-angular-7-bb210c015dcc

Aaron VeronesBlockedUnblockFollowFollowingJan 5The 7–1 pattern is a common Sass architecture, and is recommended by the Sass Guidelines Project. Here’s the basic structure:

To make the 7–1 pattern work with Angular, a few modifications are needed. Here’s my take on it. Enjoy!