@citizensadvice/core
v1.0.3
Published
A meta package to group together key packages to begin building with the Citizens Advice Design System.
Downloads
10
Keywords
Readme
Core
A meta package to group together key packages to begin building with the Citizens Advice Design System.
Dependencies
| Name |
| --------------------------- |
| @citizensadvice/support
|
| @citizensadvice/normalize
|
| @citizensadvice/utilities
|
Installation
$ npm install @citizensadvice/core
now import into your stylesheet...
@import '@citizensadvice/core/index.scss';
You can also make use of the unpkg service, try adding the link below to the head of your HTML
file
<link src="https://unpkg.com/@citizensadvice/core@latest/build/core.css" />