@bedrock-layout/css-reset
Advanced tools
Comparing version 1.4.1 to 1.5.0
{ | ||
"name": "@bedrock-layout/css-reset", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"description": "bedrock-layout css reset", | ||
@@ -59,3 +59,3 @@ "sideEffects": false, | ||
}, | ||
"gitHead": "d150a4cb0f956f8f87ef9a87b5f1a1b6a20d20cf" | ||
"gitHead": "636641bffefe6a93b0db295904131687c2ef63d7" | ||
} |
@@ -51,7 +51,7 @@ # `@bedrock-layout/css-reset` | ||
```javascript | ||
import "@bedrock-layout/bedrock-layout-css/lib/reset.css"; | ||
import "@bedrock-layout/css/lib/reset.css"; | ||
/* or import the minified version */ | ||
import "@bedrock-layout/bedrock-layout-css/lib/reset.min.css"; | ||
import "@bedrock-layout/css/lib/reset.min.css"; | ||
``` |
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
9335