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

Minor render issue with alpha filter (IE) and numbers #623

Closed
mgreter opened this issue Nov 5, 2014 · 1 comment · Fixed by #681
Closed

Minor render issue with alpha filter (IE) and numbers #623

mgreter opened this issue Nov 5, 2014 · 1 comment · Fixed by #681

Comments

@mgreter
Copy link
Contributor

mgreter commented Nov 5, 2014

This is related to #550

input

a {
  filter: alpha(opacity=.3); }

div {
  filter: alpha(opacity=0.7); }

sass output

a {
  filter: alpha(opacity=0.3); }

div {
  filter: alpha(opacity=0.7); }

libsass output

a {
  filter: alpha(opacity=.3); }

div {
  filter: alpha(opacity=0.7); }

I will shortly add more information!

mgreter added a commit to mgreter/sass-spec that referenced this issue Nov 5, 2014
mgreter added a commit to mgreter/sass-spec that referenced this issue Nov 5, 2014
Needed to fix another spec test (ruby sass still passes).
The specific issue has been extracted to its own spec test.
sass/libsass#623
mgreter added a commit to mgreter/sass-spec that referenced this issue Nov 6, 2014
Needed to fix another spec test (ruby sass still passes).
The specific issue has been extracted to its own spec test.
sass/libsass#623
mgreter added a commit to mgreter/sass-spec that referenced this issue Nov 6, 2014
Needed to fix another spec test (ruby sass still passes).
The specific issue has been extracted to its own spec test.
sass/libsass#623
mgreter added a commit to mgreter/sass-spec that referenced this issue Nov 6, 2014
Needed to fix another spec test (ruby sass still passes).
The specific issue has been extracted to its own spec test.
sass/libsass#623
mgreter added a commit to mgreter/sass-spec that referenced this issue Nov 6, 2014
Needed to fix another spec test (ruby sass still passes).
The specific issue has been extracted to its own spec test.
sass/libsass#623
@xzyfer
Copy link
Contributor

xzyfer commented Nov 6, 2014

This is similar (but I think unrelated) to #549

mgreter added a commit to mgreter/sass-spec that referenced this issue Nov 6, 2014
Needed to fix another spec test (ruby sass still passes).
The specific issue has been extracted to its own spec test.
sass/libsass#623
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants