-
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
#NaN on border-color when parsing rgb command line #812
Comments
It also does this on background: transparent url(''); |
can confirm, merging #800 breaks also compiling of twitters bootstrap2 ... |
Amazing that of all the great pull requests to include a dud one was included and now.. Silence.. |
I really want to see Less.js stay around. I immensely enjoy this contribution. |
+1 to revert #800 This change is really bad and has been shown to break a lot of existing code. |
I've just tried this w/ latest LESS.js app and it outputs as expected with no errors. Can you confirm how you're compiling? |
Don't use the app. Clone this repo, and use /bin/lessc |
this was reverted, so should be fine now and some of us are working on sorting things out. |
FYI:
Say I use lessc on a file that simply has this class:
It will output:
However this will not happen if I run it on this:
I have tested this on "color" as well so I think this is a global issue.
The text was updated successfully, but these errors were encountered: