box-sizing-border-box
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "box-sizing-border-box", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Best practice for setting box-sizing: border-box, taken from css-tricks", | ||
"main": "./index.css", | ||
"main": "index.scss", | ||
"unpkg": "index.css", | ||
"style": "index.css", | ||
"exports": { | ||
@@ -7,0 +9,0 @@ ".": "./index.css", |
@@ -35,3 +35,3 @@ # box-sizing-border-box | ||
```scss | ||
@import "~box-sizing-border-box/index"; | ||
@import "~box-sizing-border-box"; | ||
```` | ||
@@ -38,0 +38,0 @@ |
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
3106