Skip to content

Commit

Permalink
feat: add xxs breakpoint to tokens (#7992)
Browse files Browse the repository at this point in the history
**Related Issue:** #7856

## Summary

generates a new SCSS variable `$breakpoint-width-xxs: 320px;`
  • Loading branch information
alisonailea authored Oct 12, 2023
1 parent 04c80ec commit 05512b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/calcite-design-tokens/src/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -1528,6 +1528,11 @@
},
"breakpoint": {
"width": {
"xxs": {
"value": "320px",
"type": "sizing",
"description": "Small handheld devices and mini-windows"
},
"xs": {
"value": "476px",
"type": "sizing",
Expand Down

0 comments on commit 05512b6

Please sign in to comment.