Files
lnx-arch/dots/vscodium/sdras.night-owl-2.0.1-universal/demo/stylus.styl
2024-05-15 07:15:59 -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;
}