mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
17 lines
254 B
Plaintext
17 lines
254 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 %}
|