mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 13:51:46 +01:00
12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
<%= title_align_right format_object_title(object) %>
|
|
|
|
|
|
<%= object.name %> = <%= object.value.size > 40 ? "\n\n" + indent(object.value) : object.value %>
|
|
|
|
|
|
<%= hr %>
|
|
|
|
<%= yieldall %>
|
|
|
|
<%= hr %>
|