Files
kabukicho-vscode/demos/stylus.styl
T
Victoria Drake de4dcd5d21 Go, roboto! Launch!! 🤖
2020-02-02 11:03:57 -05:00

17 lines
171 B
Stylus

.someClass {
font-family: serif;
}
#someID {
background: yellow;
}
main {
margin-top: 20px;
}
.someotherclass {
padding: 20px;
box-shadow: 0 0 0 2px inset;
}