Skip to content

KPMP/kpmp-common-styles

Repository files navigation

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

About

The stylesheets used across the KPMP applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages