A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/sass/libsass/issues/623 below:

Minor render issue with alpha filter (IE) and numbers · Issue #623 · sass/libsass · GitHub

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!


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4