Skip to content

Instantly share code, notes, and snippets.

@andxyz
Created April 8, 2014 20:05
Show Gist options
  • Save andxyz/10182840 to your computer and use it in GitHub Desktop.
Save andxyz/10182840 to your computer and use it in GitHub Desktop.
allowing sass to compile strange ms filter:
sass alpha(opacity=0) issues
libsass notes https://github.com/hcatlin/libsass/issues/154
nice workaround https://github.com/hcatlin/libsass/issues/72
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: unquote("alpha(opacity=0)");
cursor: default;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment