7 lines
71 B
Text
7 lines
71 B
Text
|
.just-a-class { background: red; }
|
||
|
|
||
|
.some-mixin() {
|
||
|
height: 200px;
|
||
|
}
|
||
|
|