JMT Alimentation Animal
Project version : 1.0.3

Error rendering component

Could not render component '@heading--h2' - component not found.

<!-- Error rendering component:  -->
{{ render '@heading' }} 

{{ render '@heading--h2' }}

{{ render '@heading--h3' }}

{{ render '@heading--h4' }}

{{ render '@heading--h5' }}

{{ render '@heading--h6' }}

{{ render '@text' }}

{{ render '@paragraph' }}

<hr>

{{ render '@heading' }} 

{{ render '@heading--h2' }}

{{ render '@paragraph' }}

{{ render '@paragraph' }}

{{ render '@heading--h2' }}

{{ render '@paragraph' }}

{{ render '@paragraph' }}
/* No context defined for this component. */
  • Content:
    body {
        font-family: $font-secondary;
        font-size: $font-size-m;
        color: $c-font-color;
        line-height: $font-lineheight-m;
    
        @include mediaWQuery($media-query-l) {
            font-size: $font-size-l
        }
    
        @include mediaWQuery($media-query-xxl) {
            font-size: $font-size-xl
        }
    
        @include mediaHQuery(rem(480)){
            line-height: $font-lineheight-l;
        }
    }
    
    // WYSIWYG
    .wysiwyg {
        &--surtitle {
            display: block;
            margin-bottom: .3rem;
            font-weight: 700;
            color: $c-red;
    
            & + br { display: none }
    
            @include mediaWQuery($media-query-m) {
                font-size: .9em;
            }
        }
    
        img {
            max-width: 100%;
            height: auto;
        }
    }
  • URL: /components/raw/typography-global/_typography-global.scss
  • Filesystem Path: components/04-elements/01-typography/00-typography-global/_typography-global.scss
  • Size: 722 Bytes

There are no notes for this item.