-
Notifications
You must be signed in to change notification settings - Fork 22
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
[css-extend-rule] examples are not convincing #38
Comments
If that was such a simple solution, Sass wouldn't have latched onto @extend. ^_^ I can grab more examples from the Sass community which shows it more obviously. |
A few reasons:
|
To be clear, I'm not disputing the feature. It was just that when I read the examples my initial thought was that you could have just used a couple classes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would help if this clarified why using
.serious.error
and.super.serious.error
are not the obvious solutions they seem to be to the trivial problems from the examples.The text was updated successfully, but these errors were encountered: