Skip to content

Commit

Permalink
fix: cleanup wrong value of unused design tokens (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: Michel Verhoeven <[email protected]>
  • Loading branch information
Michel-Verhoeven and Michel Verhoeven authored Dec 12, 2024
1 parent 350e492 commit a7437f6
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions proprietary/design-tokens/src/sync/common.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,29 +404,6 @@
}
},
"Nijmegen": {
"breakpoints": {
"xs": {
"value": "0-399px",
"type": "dimension",
"description": "\t\trange: Voor schermen kleiner dan 400px.\n\t\tmargins: Buitenmarges ingesteld op 16px.\n\t\tgutters: Binnenruimtes ingesteld op 16px."
},
"sm": {
"value": "400px - 699px",
"type": "dimension"
},
"md": {
"value": "700px - 991px",
"type": "dimension"
},
"lg": {
"value": "992px - 1312px",
"type": "dimension"
},
"xl": {
"value": "> 1312px",
"type": "dimension"
}
},
"margins": {
"xs": {
"value": "16px",
Expand Down

0 comments on commit a7437f6

Please sign in to comment.