ng --version. If there's nothing outputted, please runnode --version and paste the result here:Experiencing same issue on Windows 10.
We are using SASS incorrectly. SASS relies on indentation instead of {...}. See https://github.com/sass/sass/issues/216 & http://sass-lang.com/guide.
You want to use SCSS, another SASS-Style.
thanks!!! scss is working as expected.
Thanks for this!
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
We are using SASS incorrectly. SASS relies on indentation instead of {...}. See https://github.com/sass/sass/issues/216 & http://sass-lang.com/guide.