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

Compiler inserts spaces after all colons #16

Open
chris-h-sg opened this issue Sep 5, 2012 · 0 comments
Open

Compiler inserts spaces after all colons #16

chris-h-sg opened this issue Sep 5, 2012 · 0 comments

Comments

@chris-h-sg
Copy link

The ZUSS compiler inserts spaces when going through the following:

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradientLight', endColorstr='@gradientDark');

The result is

filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#000000');

Inserting the first space is fine and (I guess) intentional. The second space, however, breaks the function call and in the example, no gradient shows up in IE.
Would it be possible to have the compiler not insert spaces after colons on the right side of an expression?

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