2.5.1 • Published 4 years ago

@fylgja/utilkit v2.5.1

Weekly downloads
34
License
MIT
Repository
github
Last release
4 years ago

Fylgja UtilKit

NPM version

The UtilKit is a small helper package. that can make complex tasks easier.

By offering easy tools to speed up you development. It offers you SCSS functions and mixins. And utility-class builder that is super small compared to other utility class frameworks.

Installation

npm install @fylgja/utilkit

How to use

Include the utilkit package in to your code via;

@import "@fylgja/utilkit"; // (DartSass, LibSass 3.6)
@import "@fylgja/utilkit/index"; // old way

Or just the utilkit classes, via;

@import "@fylgja/utilkit/utilkit.css";

There is allot to cover. So each section is split in it is own file.

Functions

This contains SCSS functions that extend on base SCSS function like an str-replace or an encode-svg. And has some helper mixins to easily build @media based styles.

For more on what each function/mixin does, Check it out here →

Util classes

The utilkit comes with super strong util class builder and some good defaults.

To use these classes first include the build-util mixin.

It is best to load this last after all other css. This will allows it to override most styles without using an important.

By just calling the build-util mixin will also load the default config. More on what you are loading and how to configure it here →

If you want more control on what you are loading.

First set the $utilkit-import to none.

Second (if not allready done) call the build-util mixin.

And third add your settings to it as found on the class builder readmore →

2.5.1

4 years ago

2.5.0

4 years ago

2.4.0

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago