1.2.0 • Published 3 years ago

streamerlife-design-kit v1.2.0

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

StreamerLife Design Kit

Our brand colors and design patterns, inside of an easy to use css design kit.

Usage

Simply use npm to install StreamerLife Design Kit into your project:

npm install streamerlife-design-kit

After installing, import the "streamerlife.css" file from /dist folder into your projects stylesheet.

Customization

Your Project needs to be able to handle and compile SASS (.scss) files, if you want to modify the default settings of our design kit.

Import the "index.scss" file from /src folder into your projects scss stylesheet.

For example, to overwrite the default font-size property:

@import 'streamerlife-design-kit/src/scss/index.scss';

$font-size: 22px;

1.2.0

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago