<pre>
    Preformatted text
</pre>
<pre>
    Preformatted text
</pre>
/* No context defined for this component. */
  • Content:
    $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;
    }
    
  • URL: /components/raw/preformatted/_preformatted.scss
  • Filesystem Path: build/components/01-globals/typography/preformatted/_preformatted.scss
  • Size: 421 Bytes
  • Handle: @preformatted
  • Preview:
  • Filesystem Path: build/components/01-globals/typography/preformatted/preformatted.hbs

There are no notes for this item.