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

Adds IE test for css expressions #13

Merged
merged 1 commit into from
May 16, 2014
Merged

Adds IE test for css expressions #13

merged 1 commit into from
May 16, 2014

Conversation

mgreter
Copy link
Contributor

@mgreter mgreter commented Apr 15, 2014

IE expressions are not parsed. Example is taken from:
http://msdn.microsoft.com/en-us/library/ms537634%28v=vs.85%29.aspx

Fixed by commit: mgreter/libsass@691e101
Pending in pull request sass/libsass#181

Tested via CSS::Sass mgreter/perl-libsass@91884f0

@nex3
Copy link
Contributor

nex3 commented Apr 15, 2014

For reference, the reference implementation parses expression(...) as a form of string, much like url(...) and calc(...).

akhleung pushed a commit that referenced this pull request May 16, 2014
Adds IE test for css expressions
@akhleung akhleung merged commit 0ed3e99 into sass:master May 16, 2014
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

Successfully merging this pull request may close these issues.

3 participants