1
0
mirror of https://github.com/thangisme/notes.git synced 2024-09-29 02:16:11 -04:00
notes/node_modules/doiuse/test/cases/unimplemented/syntax.css
Patrick Marsceill b7b0d0d7bf
Initial commit
2017-03-09 13:16:08 -05:00

18 lines
191 B
CSS

@page {
margin: 0.5cm;
}
/* comment */
@-moz-document url-prefix() {
a {
color: black;
}
}
a {
/* c */
color/**/: white;
padding: 0 /*{}*/ 1px /*}*/ 2px;
}