Skip to content

Commit 47d3b70

Browse files
authored
feat: added spacing-l token (#77)
1 parent 442aac2 commit 47d3b70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tokens/spacings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"m": {
1616
"value": "1rem",
1717
"themeable": true
18+
},
19+
"l": {
20+
"value": "1.25rem",
21+
"themeable": true
1822
}
1923
}
2024
}

0 commit comments

Comments
 (0)