mirror of
https://github.com/thangisme/notes.git
synced 2026-06-13 22:29:07 -04:00
Initial commit
This commit is contained in:
10
node_modules/doiuse/test/cases/unimplemented/mistakes.css
generated
vendored
Normal file
10
node_modules/doiuse/test/cases/unimplemented/mistakes.css
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
a {
|
||||
-ms-transition: all 1s;
|
||||
transition: all 1s;
|
||||
|
||||
-ms-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
|
||||
background: -ms-linear-gradient(white, black);
|
||||
background: linear-gradient(white, black);
|
||||
}
|
||||
Reference in New Issue
Block a user