8 lines
97 B
SCSS
8 lines
97 B
SCSS
|
.example {
|
||
|
@extend .box;
|
||
|
&:before {
|
||
|
content: "Voorbeeld. ";
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
}
|