mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
improve output of page rules during compression - don't strip ; on rule before rulesets
This commit is contained in:
@@ -20,4 +20,13 @@ dimensions {
|
||||
durations-must-have-unit: 0s;
|
||||
length-doesnt-have-unit: 0px;
|
||||
width: auto\9;
|
||||
}
|
||||
@page {
|
||||
marks: none;
|
||||
@top-left-corner {
|
||||
vertical-align: top;
|
||||
}
|
||||
@top-left {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user