mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
fix alpha(opacity=n) support
This commit is contained in:
@@ -66,6 +66,7 @@ p + h1 {
|
||||
background-image: url(images/image.jpg);
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(red), to(blue));
|
||||
margin: ;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
#important {
|
||||
color: red !important;
|
||||
|
||||
@@ -19,3 +19,6 @@
|
||||
.variable-names {
|
||||
name: 'hello';
|
||||
}
|
||||
.alpha {
|
||||
filter: alpha(opacity=42);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user