sass-site/source/_includes/code_snippets/example-placeholder.liquid
2023-06-02 18:18:43 -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 %}