1.0.3 • Published 6 years ago

@citizensadvice/core v1.0.3

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

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