box-sizing-border-box
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3036
42