@chakra-ui/css-reset
Advanced tools
Comparing version 0.0.0-dev-20230112154520 to 0.0.0-dev-20230317141833
@@ -31,3 +31,3 @@ "use strict"; | ||
var vhPolyfill = ` | ||
:root { | ||
:root, :host { | ||
--chakra-vh: 100vh; | ||
@@ -37,3 +37,3 @@ } | ||
@supports (height: -webkit-fill-available) { | ||
:root { | ||
:root, :host { | ||
--chakra-vh: -webkit-fill-available; | ||
@@ -44,3 +44,3 @@ } | ||
@supports (height: -moz-fill-available) { | ||
:root { | ||
:root, :host { | ||
--chakra-vh: -moz-fill-available; | ||
@@ -51,3 +51,3 @@ } | ||
@supports (height: 100dvh) { | ||
:root { | ||
:root, :host { | ||
--chakra-vh: 100dvh; | ||
@@ -54,0 +54,0 @@ } |
@@ -33,3 +33,3 @@ "use strict"; | ||
var vhPolyfill = ` | ||
:root { | ||
:root, :host { | ||
--chakra-vh: 100vh; | ||
@@ -39,3 +39,3 @@ } | ||
@supports (height: -webkit-fill-available) { | ||
:root { | ||
:root, :host { | ||
--chakra-vh: -webkit-fill-available; | ||
@@ -46,3 +46,3 @@ } | ||
@supports (height: -moz-fill-available) { | ||
:root { | ||
:root, :host { | ||
--chakra-vh: -moz-fill-available; | ||
@@ -53,3 +53,3 @@ } | ||
@supports (height: 100dvh) { | ||
:root { | ||
:root, :host { | ||
--chakra-vh: 100dvh; | ||
@@ -56,0 +56,0 @@ } |
{ | ||
"name": "@chakra-ui/css-reset", | ||
"version": "0.0.0-dev-20230112154520", | ||
"version": "0.0.0-dev-20230317141833", | ||
"description": "CSS reset component for Chakra UI", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
"react": "^18.0.0", | ||
"clean-package": "2.1.1" | ||
"clean-package": "2.2.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "clean-package": "../../../clean-package.config.json", |
Sorry, the diff of this file is not supported yet
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
22271