1.1.3 • Published 6 years ago

@chantelle/pl-styles v1.1.3

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
6 years ago

Styles

Styles provides the :root CSS variables which are used by components across the PL.

Installation

yarn add @chantelle/pl-styles

Usage

Just include the CSS in your HTML:

<link rel="stylesheet" href="node_modules/@chantelle/pl-styles/dist/styles.css">

Note: you can import the CSS directly into your project if your bundler supports it:

 import '@chantelle/pl-styles/dist/styles.css';