improve output of page rules during compression - don't strip ; on rule before rulesets

This commit is contained in:
Luke Page
2013-09-16 22:22:33 +01:00
parent a588677c26
commit 577751a174
5 changed files with 21 additions and 7 deletions

View File

@@ -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;
}
}