@fylgja/transform

1.2.2 • Public • Published

Fylgja - Transform

NPM version license

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.

Package Sidebar

Install

npm i @fylgja/transform

Homepage

fylgja.dev/

Weekly Downloads

23

Version

1.2.2

License

MIT

Unpacked Size

36.8 kB

Total Files

9

Last publish

Collaborators

  • allrude
  • grimlink