mirror of
https://github.com/danog/sass-site.git
synced 2025-01-05 20:48:47 +01:00
17 lines
232 B
Plaintext
17 lines
232 B
Plaintext
|
{% codeExample 'placeholder' %}
|
||
|
.alert:hover, %strong-alert {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
%strong-alert:hover {
|
||
|
color: red;
|
||
|
}
|
||
|
===
|
||
|
.alert:hover, %strong-alert
|
||
|
font-weight: bold
|
||
|
|
||
|
|
||
|
%strong-alert:hover
|
||
|
color: red
|
||
|
{% endcodeExample %}
|