1.0.3 • Published 6 years ago

@citizensadvice/support v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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