Fractal Starter
Project version : 0.1.2

Brand

<div class="brand-preview">
    <h4>Brand white</h4>
    <img src="../../images/brand/brand-white.svg" alt="XXL Brand" class="brand" />
    <h4>Brand black</h4>
    <img src="../../images/brand/brand-black.svg" alt="XXL Brand" class="brand" />
</div>
<div class="brand-preview">
   <h4>Brand white</h4>
   <img src="{{path '/images/brand/brand-white.svg'}}" alt="{{brand.alt}}" class="brand" />
   <h4>Brand black</h4>
   <img src="{{path '/images/brand/brand-black.svg'}}" alt="{{brand.alt}}" class="brand" />
</div>
{
  "brand": {
    "alt": "XXL Brand"
  }
}
  • Content:
    .brand{
        width: 100%;
        max-width: 320px;
        height: auto;
    }
  • URL: /components/raw/brand/_brand.scss
  • Filesystem Path: components/05-objects/00-brand/_brand.scss
  • Size: 66 Bytes

There are no notes for this item.