mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
fix, less with compression (-x) was unable to parse auto\9
This commit is contained in:
@@ -74,6 +74,7 @@ p + h1 {
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#0000ff));
|
||||
margin: ;
|
||||
filter: alpha(opacity=100);
|
||||
width: auto\9;
|
||||
}
|
||||
.misc .nested-multiple {
|
||||
multiple-semi-colons: yes;
|
||||
|
||||
Reference in New Issue
Block a user