@chantelle/pl-styles

The Styles package of the Chantelle Pattern Library

Usage no npm install needed!

<script type="module">
  import chantellePlStyles from 'https://cdn.skypack.dev/@chantelle/pl-styles';
</script>

README

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';