Skip to content

Commit

Permalink
feat: add fixed spacing 30x
Browse files Browse the repository at this point in the history
With this addition each responsive spacing stopp
represents a fixed spacing
  • Loading branch information
4aficiona2 committed Nov 11, 2021
1 parent e57ac15 commit b60b4fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions designTokens/spacing.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ module.exports = {
},
'-24x': {
value: spacing(24)
},
'-30x': {
value: spacing(30)
}
},
responsive: {
Expand Down

0 comments on commit b60b4fc

Please sign in to comment.