1.0.3 • Published 6 years ago

@citizensadvice/box-sizing v1.0.3

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

Box-sizing npm (scoped)

Defines how the width and height of the element are calculated: whether they include the borders and padding or not.

Classes

Class nameValue
.content-boxcontent-box

Examples

<div class="content-box">...</div>

Installation

$ npm install @citizensadvice/box-sizing

now import into your stylesheet...

@import '@citizensadvice/box-sizing/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/box-sizing@latest/build/box-sizing.css" />