-
Notifications
You must be signed in to change notification settings - Fork 17
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
Can't extend classes with + or - signs #4
Comments
The @extend .pt\+; |
That makes sense, thank you !
|
This also breaks jade. I can use (class="pt+") but it's kind of obnoxious, for now just rolling with my own using the push--large and similar classes. |
Why would you ever extend it? Better use Also, know when to use extend, and try to avoid it as much as possible. |
Hi Harry,
Extending the regular class: @extend .pt; works
but when I try with @extend .pt+; I get this error:
"Error: Can't extend .pt +: can't extend nested selectors\A on line 1063 of webroot/styles/main.scss"
Any ideas ?
Thanks !
The text was updated successfully, but these errors were encountered: