Skip to content

Instantly share code, notes, and snippets.

@SebastianCB-dev
Created February 22, 2022 12:23
Show Gist options
  • Save SebastianCB-dev/0ed980fb2d32fb72c45545d5ac614681 to your computer and use it in GitHub Desktop.
Save SebastianCB-dev/0ed980fb2d32fb72c45545d5ac614681 to your computer and use it in GitHub Desktop.
# How to use Angular with SASS
1. Create Angular project with SCSS
2. Execute "npm i -g sass"
3. Go to angular.json and in the configurations-development add the next line:
"inlineStyleLanguage": "scss"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment