@fylgja/z-layer
v1.1.1
Published
The Fylgja z-layer offers Design Tokens (CSS props) for consistent and semantic z-indexing
Downloads
27
Readme
Fylgja - Z Layer
The Fylgja z-layer offers Design Tokens (CSS props) for consistent and semantic z-indexing.
Installation
npm install @fylgja/z-layer
Then include the component in to your code via;
@use "@fylgja/z-layer";
// Or via PostCSS and other options as plain CSS
@import "@fylgja/z-layer"; // *
How to use
For more information see the z-layer docs on the Fylgja.dev.