<svg class="logotype">
    <use xlink:href="#logotype-internetmuseum"></use>
</svg>
<svg class="logotype{{#if additional_classes}} {{ additional_classes }}{{/if}}">
	{{#each id}}
	<use xlink:href="#logotype-{{ this }}"></use>
	{{else}}
	<use xlink:href="#logotype-{{ id }}"></use>
	{{/each}}
</svg>
{
  "additional_classes": "",
  "id": "internetmuseum"
}
  • Content:
    @charset 'UTF-8';
    
    @include atom(logotype) {
    	display: flex;
    	width: 100%;
    }
    
  • URL: /components/raw/logotype/_logotype.scss
  • Filesystem Path: src/atoms/logotype/_logotype.scss
  • Size: 77 Bytes

No notes defined.