Skip to content

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

@mgreter

Description

@mgreter

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions