swc/crates/swc_css_parser/tests/fixture/rome/at-page/input.css
2021-11-12 19:37:05 +09: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;
}