-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Selector Inheritance #759
Comments
I use CSS grouping quite a bit for identical declarations w/ adjustments. Adding selector inheritance to LESS would make a huge difference in my workflow. |
Yes, I 'third' this. I find myself actually using plain ole CSS when it comes to this. |
this is a dupe of #509 |
agree- duplicate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Forgive me if this has been discussed before or is in development but I haven't managed to find anything from a quick search.
Could we please have selector inheritance? (@extend from http://sass-lang.com#extend) Is anyone working on this? (is there a fork?) Is there a reason why it has not been included?
My only issue with less ever is that if you really want to write your code with a heavy DRY approach (which in fairness is the main reason you'd use a preprocessor like less) then you can end up with a lot of duplicate code after compiling where you simply wanted two separate classes to share styles.
The text was updated successfully, but these errors were encountered: