swc/css/parser/tests/fixture/rome/at-page/input.css

20 lines
263 B
CSS
Raw Normal View History

2021-08-19 08:16:32 +03:00
@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;
}