<pre>
Preformatted text
</pre>
<pre>
Preformatted text
</pre>
/* No context defined for this component. */
$preformatted__padding : 20px !default;
$preformatted__background : $gray-lightest !default;
$preformatted__overflow : scroll !default;
$preformatted__font-family: $font-family-monospace !default;
.preformatted {
padding: $preformatted__padding;
background: $preformatted__background;
overflow: $preformatted__overflow;
font-family: $preformatted__font-family;
}
pre {
@extend .preformatted;
}
There are no notes for this item.