1.2.2 • Published 2 years ago

@fylgja/transform v1.2.2

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

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.

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago