sass-site/source/code-snippets/_example-placeholder.html.erb
2018-10-23 13:42:40 -07:00

17 lines
229 B
Plaintext

<% example do %>
.alert:hover, %strong-alert {
font-weight: bold;
}
%strong-alert:hover {
color: red;
}
===
.alert:hover, %strong-alert
font-weight: bold
%strong-alert:hover
color: red
<% end %>