Skip to content
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

Drops important space after parentheses #78

Open
natevw opened this issue Oct 21, 2015 · 0 comments
Open

Drops important space after parentheses #78

natevw opened this issue Oct 21, 2015 · 0 comments

Comments

@natevw
Copy link

natevw commented Oct 21, 2015

Had a rule like this:

border-color: rgba(255,255,255,0.25) transparent transparent transparent;

It gets emitted like this:

border-color: rgba(255,255,255,0.25)transparent transparent transparent;

Unless I do this:

// NOTE: weird escaping is to avoid lesscpy bug
border-color: e("rgba(255,255,255,0.25) ") transparent transparent transparent;

Note that simple ~"" escaping doesn't work. The lack of space was fine in most browsers, but made IE upset with the rule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant