1.2.0 • Published 2 years ago
@fylgja/stretched-link v1.2.0
Fylgja - Stretched-link
Make any component fully clickable via a nested link.
Installation
npm install @fylgja/stretched-linkThen 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.