@citizensadvice/support

A foundation package that groups together all settings/config needed to support ALL other packages.

Usage no npm install needed!

<script type="module">
  import citizensadviceSupport from 'https://cdn.skypack.dev/@citizensadvice/support';
</script>

README

support npm (scoped)

A foundation package that groups together all settings/config needed to support ALL other packages.

It's primarily made up of variables that specify important values for things like spacing, font-sizing and colours etc.

Package contents

support
├── borders
├── breakpoints
├── colours
├── heights
├── spacing
├── typography
├── widths
└── z-index

Installation

$ npm install @citizensadvice/support

now import into your stylesheet...

@import '@citizensadvice/support/index.scss';