New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@citizensadvice/box-sizing

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@citizensadvice/box-sizing

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

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created

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

FAQs

Package last updated on 04 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts