Add SCSS support to Angular Project

By | Engineering

Since Angular 13, it’s super easy to change styling support from .css standard files to modern .scss files. If you need to know more about sass/scss files and the benefits they enable, follow this link: https://sass-lang.com/ You could say they are syntactically awesome styles! The script above will kickoff an Angular CLI command to update your css or scss to…

Read More