@gem-sdk/styles
Advanced tools
Comparing version 2.0.0-dev.305 to 2.0.0-dev.324
{ | ||
"name": "@gem-sdk/styles", | ||
"version": "2.0.0-dev.305", | ||
"version": "2.0.0-dev.324", | ||
"description": "Largely classless, blazing fast and super light-weight. Bonsai, a base CSS framework for modern browsers", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -88,2 +88,20 @@ /** @type {import('../types/common').Options} */ | ||
{ | ||
property: 'border-left-width', | ||
shortHand: 'blw', | ||
mediaQuery: true, | ||
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-width', | ||
}, | ||
{ | ||
property: 'border-right-width', | ||
shortHand: 'brw', | ||
mediaQuery: true, | ||
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-width', | ||
}, | ||
{ | ||
property: 'border-top-width', | ||
shortHand: 'btw', | ||
mediaQuery: true, | ||
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-width', | ||
}, | ||
{ | ||
property: 'border-bottom-color', | ||
@@ -95,2 +113,20 @@ shortHand: 'bbc', | ||
{ | ||
property: 'border-top-color', | ||
shortHand: 'btc', | ||
mediaQuery: true, | ||
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-color', | ||
}, | ||
{ | ||
property: 'border-left-color', | ||
shortHand: 'blc', | ||
mediaQuery: true, | ||
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-color', | ||
}, | ||
{ | ||
property: 'border-right-color', | ||
shortHand: 'brc', | ||
mediaQuery: true, | ||
mdnReference: 'https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-color', | ||
}, | ||
{ | ||
property: 'border-color', | ||
@@ -97,0 +133,0 @@ shortHand: 'bc', |
@@ -14,3 +14,9 @@ export type ShortHandProperty = | ||
| 'bbw' | ||
| 'blw' | ||
| 'brw' | ||
| 'btw' | ||
| 'bbc' | ||
| 'btc' | ||
| 'blc' | ||
| 'brc' | ||
| 'bc' | ||
@@ -17,0 +23,0 @@ | 'bblr' |
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 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
495448
13170