sass-site/source/code-snippets/example-placeholder.liquid
2023-05-30 17:23:34 -04:00

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 %}