Commit 28c4ed82 authored by Mark Otto's avatar Mark Otto

Merge branch 'alecrust-patch-3' into 2.0.3-wip

parents 5bc601d9 ff57f595
......@@ -315,7 +315,7 @@
// Opacity
.opacity(@opacity) {
opacity: @opacity / 100;
filter: ~"alpha(opacity=@{opacity})";
filter: ~"alpha(opacity=@{opacity})";
}
......
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