Skip to content

Commit

Permalink
Revert "kebab case change"
Browse files Browse the repository at this point in the history
This reverts commit 45b16ee.
  • Loading branch information
erik-lindsay committed Dec 1, 2023
1 parent 45b16ee commit 0c5fc39
Show file tree
Hide file tree
Showing 5 changed files with 574 additions and 574 deletions.
56 changes: 28 additions & 28 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@
"type": "color",
"description": "error"
},
"error-background": {
"errorBackground": {
"value": "#fdf2f2",
"type": "color"
},
"warning": {
"value": "#ef8200",
"type": "color"
},
"warning-background": {
"warningBackground": {
"value": "#fcf6f2",
"type": "color"
},
"info": {
"value": "#0072b8",
"type": "color"
},
"info-background": {
"infoBackground": {
"value": "#f4f9fd",
"type": "color"
},
"success": {
"value": "#007d00",
"type": "color"
},
"success-background": {
"successBackground": {
"value": "#f2f9f2",
"type": "color"
}
Expand All @@ -45,52 +45,52 @@
"value": "0px",
"type": "dimension"
},
"xxs": {
"value": "{dimension.m}/8",
"XXS": {
"value": "{dimension.M}/8",
"type": "dimension"
},
"xs": {
"value": "{dimension.s}/2",
"XS": {
"value": "{dimension.S}/2",
"type": "dimension"
},
"s": {
"S": {
"value": "8px",
"type": "dimension"
},
"s-m": {
"S-M": {
"value": "12px",
"type": "dimension"
},
"m": {
"M": {
"value": "16px",
"type": "dimension"
},
"l": {
"value": "{dimension.s} * 3",
"L": {
"value": "{dimension.S} * 3",
"type": "dimension"
},
"xl": {
"XL": {
"value": "32px",
"type": "dimension"
},
"xxl": {
"XXL": {
"value": "40px",
"type": "dimension"
},
"xxxl": {
"XXXL": {
"value": "48px",
"type": "dimension"
},
"4xl": {
"4XL": {
"value": "56px",
"type": "dimension"
},
"5xl": {
"5XL": {
"value": "64px",
"type": "dimension"
}
},
"color-calc": {
"colorCalc": {
"saturation": {
"s700": {
"value": "15%",
Expand Down Expand Up @@ -122,40 +122,40 @@
}
},
"lightness": {
"l700": {
"L700": {
"value": "22%",
"type": "number"
},
"l600": {
"L600": {
"value": "30%",
"type": "number"
},
"l500": {
"L500": {
"value": "39%",
"type": "number"
},
"l400": {
"L400": {
"value": "73%",
"type": "number"
},
"l300": {
"L300": {
"value": "87%",
"type": "number"
},
"l200": {
"L200": {
"value": "93%",
"type": "number"
},
"l100": {
"L100": {
"value": "97%",
"type": "number"
}
}
},
"font-family": {
"brand": {
"value": "precision sans w",
"type": "font-families"
"value": "Precision Sans W",
"type": "fontFamilies"
}
}
}
Loading

0 comments on commit 0c5fc39

Please sign in to comment.