mirror of
https://github.com/thangisme/notes.git
synced 2026-06-12 12:09:07 -04:00
Initial commit
This commit is contained in:
8
node_modules/doiuse/test/cases/unimplemented/comments.css
generated
vendored
Normal file
8
node_modules/doiuse/test/cases/unimplemented/comments.css
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
a {
|
||||
/* transition */
|
||||
transition: all 1s;
|
||||
height: calc(/* comment before */100% - /* comment inside */ 10px/* comment after */);
|
||||
}
|
||||
|
||||
/* placeholder */
|
||||
::placeholder { }
|
||||
Reference in New Issue
Block a user