Commit 0cd18618 authored by Mark Otto's avatar Mark Otto
Browse files

add comment for filter opacity browser requirements

parent 840cad69
Showing with 1 addition and 2 deletions
+1 -2
...@@ -305,7 +305,6 @@ ...@@ -305,7 +305,6 @@
background-size: @size; background-size: @size;
} }
// Box sizing // Box sizing
.box-sizing(@boxmodel) { .box-sizing(@boxmodel) {
-webkit-box-sizing: @boxmodel; -webkit-box-sizing: @boxmodel;
...@@ -352,7 +351,7 @@ ...@@ -352,7 +351,7 @@
// Opacity // Opacity
.opacity(@opacity) { .opacity(@opacity) {
opacity: @opacity / 100; opacity: @opacity / 100;
filter: ~"alpha(opacity=@{opacity})"; filter: ~"alpha(opacity=@{opacity})"; // IE8
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment