1.1.3 • Published 1 year ago

@fylgja/gradient v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

1.1.3

1 year ago

1.1.1

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago