-
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
Code reuse for browser inconsistencies. #416
Comments
try any mixin library...like http://markdotto.com/bootstrap/ or http://snipplr.com/view/54946/ or roll your own. |
Is there a way to make a less variable a property itself and not just a propery value ?
Can we set text color red with this code ? If not, why cant we ? |
i'm not sure if it would work, (i hope not). i can't think of a specific use-case when this kind of flexibility would be necessary and wouldn't lead to needlessly confusing code. can you provide an example of scenario where you envision using this? |
Is a usual code block seen in CSS files. Most of the advanced CSS is not implemented in a standard manner in browsers and needs 3 line of very similar code. Can we use less to improve this situation ? |
the second link i posted has a rotate mixin that lets you do #whatever { .rotate(-5); } which will handle all browsers. |
duplicate of #36 (there is a pull request too) |
Remove vestigial Makefile
I have 3 line of code like this in my css.
How is less going to help me ?
The text was updated successfully, but these errors were encountered: