swc/css/parser/tests/fixture/rome/at-page/input.css
2021-08-19 05:16:32 +00:00

20 lines
263 B
CSS

@page MyPage:blank {
@top-center { content: none }
margin-left: 4cm;
}
@page :blank {
@top-center { content: none }
margin-left: 4cm;
}
@page {
@top-center { content: none }
margin-left: 4cm;
}
@page {
@top-center { CONTENT: none }
MARGIN-LEFT: 4cm;
}