-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular2 :host selector issues #464
Comments
Please file this issue with LibSass.
|
This has been fixed in node-sass@v3.7.0 |
Consider the fact that Angular uses :host as a component selector
https://angular.io/docs/ts/latest/guide/component-styles.html
I am using a simple gulp task like
Test1
test.sass
sass output
gulp-sass output
Test2 - Escaping the selector as suggested by sass
test.sass
sass output
gulp-sass output
The text was updated successfully, but these errors were encountered: