CSS normaliser
Component type
- Generic
Installation
$ npm install @citizensadvice/cads-normaliser
@import "@citizensadvice/cads-normaliser/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/cads-normaliser@latest/build/cads.normaliser.css" />
Implementation
We make use of Normalize.css to bring each browser into line with one another and reset our styles to a base set of styles.
If you're using the
@citizensadvice/cads-support
package, you don't need to do anything to bring this package into your application, it's already a dependency.