From a7437f6e9b04262e153a46dee4eeb176a1d73377 Mon Sep 17 00:00:00 2001 From: Michel <79970817+Michel-Verhoeven@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:50:09 +0100 Subject: [PATCH] fix: cleanup wrong value of unused design tokens (#67) Co-authored-by: Michel Verhoeven --- .../design-tokens/src/sync/common.tokens.json | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/proprietary/design-tokens/src/sync/common.tokens.json b/proprietary/design-tokens/src/sync/common.tokens.json index fc8d7f8..07aa9bd 100644 --- a/proprietary/design-tokens/src/sync/common.tokens.json +++ b/proprietary/design-tokens/src/sync/common.tokens.json @@ -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",