sass-site/old_source/code-snippets/_example-placeholder.html.erb

17 lines
229 B
Plaintext
Raw Normal View History

2018-09-01 22:35:20 +02:00
<% example do %>
.alert:hover, %strong-alert {
font-weight: bold;
}
2018-09-01 22:35:20 +02:00
%strong-alert:hover {
color: red;
}
===
.alert:hover, %strong-alert
font-weight: bold
2018-09-01 22:35:20 +02:00
%strong-alert:hover
color: red
2018-09-01 22:35:20 +02:00
<% end %>