Fylgja - Transform
Add transforms with ease, with the power of CSS variables.
Installation
npm install @fylgja/transform
Then include the component in to your code via;
@use "@fylgja/transform";
// Or via PostCSS import
@import "@fylgja/transform";
@layer
support
If you need support for @layer
,
use the following import;
@use "@fylgja/transform" with ($transform-layer: "utilities");
// Or via native CSS import, also supported by PostCSS import
@import "@fylgja/transform" layer("utilities");
How to use
For more information see the transform docs on the Fylgja.dev.