@fylgja/gradient

1.1.3 • Public • Published

Fylgja - Gradient

NPM version license

Add gradient's with ease via the gradient utility class.

This component offers both the background and border versions, which you can modify to your needs.

Installation

npm install @fylgja/gradient

Then include the component in to your code via;

@import "@fylgja/gradient";
// Or via PostCSS import
@import "@fylgja/gradient";

@layer support

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

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

How to use

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

Package Sidebar

Install

npm i @fylgja/gradient

Homepage

fylgja.dev/

Weekly Downloads

24

Version

1.1.3

License

MIT

Unpacked Size

10.1 kB

Total Files

9

Last publish

Collaborators

  • allrude
  • grimlink