@citizensadvice/core

A meta package to group together key packages to begin building with the Citizens Advice Design System.

Usage no npm install needed!

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

README

Core npm (scoped)

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" />