Skip to content

Commit

Permalink
fix: remove redundant dash in property key
Browse files Browse the repository at this point in the history
  • Loading branch information
feerglas committed Aug 4, 2021
1 parent e40d39b commit b455b8b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions designTokens/spacing.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@ module.exports = {
}
},
fixed: {
'-1x': {
'1x': {
value: 1
},
'-2x': {
'2x': {
value: 2
},
'-3x': {
'3x': {
value: 3
},
'-4x': {
'4x': {
value: 4
},
'-5x': {
'5x': {
value: 5
},
'-6x': {
'6x': {
value: 6
},
'-8x': {
'8x': {
value: 8
},
'-10x': {
'10x': {
value: 10
}
},
responsive: {
'-xs': {
xs: {
zero: {
value: 5
},
Expand All @@ -64,7 +64,7 @@ module.exports = {
value: 6
}
},
'-s': {
s: {
zero: {
value: 6
},
Expand All @@ -87,7 +87,7 @@ module.exports = {
value: 8
}
},
'-m': {
m: {
zero: {
value: 8
},
Expand All @@ -110,7 +110,7 @@ module.exports = {
value: 12
}
},
'-l': {
l: {
zero: {
value: 8
},
Expand All @@ -133,7 +133,7 @@ module.exports = {
value: 16
}
},
'-xl': {
xl: {
zero: {
value: 8
},
Expand Down

0 comments on commit b455b8b

Please sign in to comment.