@gem-sdk/styles
Advanced tools
Comparing version 1.14.0-next.234 to 1.14.0-next.237
{ | ||
"name": "@gem-sdk/styles", | ||
"version": "1.14.0-next.234", | ||
"version": "1.14.0-next.237", | ||
"description": "Largely classless, blazing fast and super light-weight. Bonsai, a base CSS framework for modern browsers", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -580,9 +580,9 @@ /** @type {import('../types/common').Options} */ | ||
}, | ||
// { | ||
// property: 'pointer-events', | ||
// shortHand: 'pe', | ||
// mediaQuery: false, | ||
// mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events', | ||
// }, | ||
{ | ||
property: 'pointer-events', | ||
shortHand: 'pe', | ||
mediaQuery: true, | ||
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events', | ||
}, | ||
{ | ||
property: 'position', | ||
@@ -589,0 +589,0 @@ shortHand: 'pos', |
@@ -65,2 +65,3 @@ export type ShortHandProperty = | ||
| 'pt' | ||
| 'pe' | ||
| 'pos' | ||
@@ -67,0 +68,0 @@ | 'right' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
329366
9283