mirror of
https://github.com/thangisme/notes.git
synced 2025-11-23 13:12:25 -05:00
Initial commit
This commit is contained in:
17
node_modules/doiuse/test/cases/unimplemented/syntax.css
generated
vendored
Normal file
17
node_modules/doiuse/test/cases/unimplemented/syntax.css
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
@page {
|
||||
margin: 0.5cm;
|
||||
}
|
||||
|
||||
/* comment */
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
a {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
/* c */
|
||||
color/**/: white;
|
||||
padding: 0 /*{}*/ 1px /*}*/ 2px;
|
||||
}
|
||||
Reference in New Issue
Block a user