17 lines
171 B
Stylus
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;
|
|
}
|