@fylgja/transition

1.1.1 • Public • Published

Fylgja - Transition

NPM version license

Add transitions with ease, with the power of CSS variables.

Installation

npm install @fylgja/transition

Then include the component in to your code via;

@use "@fylgja/transition";
// Or via PostCSS import
@import "@fylgja/transition";

@layer support

If you need support for @layer, use the following import;

@use "@fylgja/transition" with ($transition-layer: "utilities");
// Or via native CSS import, also supported by PostCSS import
@import "@fylgja/transition" layer("utilities");

How to use

For more information see the transition docs on the Fylgja.dev.

Package Sidebar

Install

npm i @fylgja/transition

Homepage

fylgja.dev/

Weekly Downloads

10

Version

1.1.1

License

MIT

Unpacked Size

4.41 kB

Total Files

9

Last publish

Collaborators

  • allrude
  • grimlink