mirror of
https://github.com/thangisme/notes.git
synced 2026-06-12 08:09:17 -04:00
Initial commit
This commit is contained in:
38
node_modules/css-tokenize/test/gauntlet.css
generated
vendored
Normal file
38
node_modules/css-tokenize/test/gauntlet.css
generated
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
div {
|
||||
background: red;
|
||||
}
|
||||
|
||||
.cls {
|
||||
color: green;
|
||||
}
|
||||
|
||||
#id {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
/* comment */
|
||||
|
||||
@media screen and (min-width: 1000px) {
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
a:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
section
|
||||
|
||||
|
||||
{
|
||||
margin: 0;
|
||||
/* comment wthin a rule */
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
body > * {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user