Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

box-sizing-border-box

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

box-sizing-border-box - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

8

package.json
{
"name": "box-sizing-border-box",
"version": "1.1.0",
"version": "1.2.0",
"description": "Best practice for setting box-sizing: border-box, taken from css-tricks",

@@ -33,3 +33,7 @@ "main": "_index.scss",

},
"homepage": "https://github.com/strarsis/box-sizing-border-box#readme"
"homepage": "https://github.com/strarsis/box-sizing-border-box#readme",
"exports": {
"import": "./index.scss",
"require": "./index.scss"
}
}

@@ -6,6 +6,12 @@ # box-sizing-border-box

## Installation
`yarn add --dev box-sizing-border-box`
Using `npm`:
`npm install --save-dev box-sizing-border-box`
Using `yarn`:
`yarn add --dev box-sizing-border-box`
## What's inside?

@@ -25,2 +31,3 @@ See https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ .

## Usage

@@ -27,0 +34,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc