1.2.0 • Published 2 years ago

@fylgja/stretched-link v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Fylgja - Stretched-link

NPM version license

Make any component fully clickable via a nested link.

Installation

npm install @fylgja/stretched-link

Then include the component in to your code via;

@use "@fylgja/stretched-link";
// Or via PostCSS import
@import "@fylgja/stretched-link";

@layer support

If you need support for @layer, use the following import;

@use "@fylgja/stretched-link" with ($stretched-link-layer: "utilities");
// Or via native CSS import, also supported by PostCSS import
@import "@fylgja/stretched-link" layer("utilities");

How to use

For more information see the stretched-link docs on the Fylgja.dev.

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.0.2

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago