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

add comment for filter opacity browser requirements

parent 840cad69
......@@ -305,7 +305,6 @@
background-size: @size;
}
// Box sizing
.box-sizing(@boxmodel) {
-webkit-box-sizing: @boxmodel;
......@@ -352,7 +351,7 @@
// Opacity
.opacity(@opacity) {
opacity: @opacity / 100;
filter: ~"alpha(opacity=@{opacity})";
filter: ~"alpha(opacity=@{opacity})"; // IE8
}
......
Markdown is supported
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