1.0.13 • Published 12 months ago

kpmp-common-styles v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

kpmp-common-styles

The sass stylesheets used across the KPMP applications

Installation

$ npm i kpmp-common-styles --save
$ npm i sass -g

Usage

There are a couple ways to use this library:

  1. Import the compiled index.css onto a react page
import "kpmp-common-styles/index.css";
  1. Import the uncompiled sass into another sass file to allow the application library to handle sass compilation
@import "../node_modules/kpmp-common-styles/common-values.scss";

To modify

Make any changes inside of the .scss files and then convert the .scss to .css using the following command:

$ sass index.scss dist/index.css
1.0.13

12 months ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago