Sha256: 253f5c2f39708bef6640005b0960a53a1d675bc4713a383781c7ad6ec0c69e62

Contents?: true

Size: 354 Bytes

Versions: 23

Compression:

Stored size: 354 Bytes

Contents

@layer components {
  [data-component="icon"] {
    @apply transition block flex-none leading-none;

    svg {
      @apply w-full h-full stroke-current fill-transparent;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    &.icon-stroke-2 svg {
      stroke-width: 2;
    }

    &.icon-stroke-1 svg {
      stroke-width: 1;
    }
  }
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
lookbook-2.0.0.beta.7 app/components/lookbook/icon/component.css
lookbook-2.0.0.beta.6 app/components/lookbook/icon/component.css
lookbook-2.0.0.beta.5 app/components/lookbook/icon/component.css