-
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
IE Specific Transforms... #90
Comments
You should look for |
Anyone able to get this to work for gradients? What I am trying to do is pass in the two gradient variables into this: .gradient (@startcolor: #ffffff, @endcolor: #EDEDED){ |
Here is my updated code:
|
@newbrew |
I'm trying to use the following mixin to generate gradients:
however the IE specific filter-hack is causing less.js to fail with an unspecified syntax error. Is there a way to escape such a one-off rule? I've tried a few variations of kicking back to JS via ` and doing string concat, but that also fails.
Any ideas?
Also, I know that a similar issue was opened on LESS 1.x, but i'm unsure what ever happened there: https://less.tenderapp.com/discussions/problems/6-ie-specific-transformations-fail-with-less-css
The text was updated successfully, but these errors were encountered: