Vitepress
This commit is contained in:
17
node_modules/shiki/samples/scss.sample
generated
vendored
Normal file
17
node_modules/shiki/samples/scss.sample
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
nav {
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
li { display: inline-block; }
|
||||
|
||||
a {
|
||||
display: block;
|
||||
padding: 6px 12px;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
// From https://sass-lang.com/guide/
|
||||
Reference in New Issue
Block a user