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