From 00b6fdb4b7ea9a10cafd9baca112ddd272c839a4 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Fri, 12 Nov 2021 22:58:54 +0200 Subject: [PATCH] Fix TODO in space scale --- frontend/stitches.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/stitches.config.ts b/frontend/stitches.config.ts index 59bee7963..24a101163 100644 --- a/frontend/stitches.config.ts +++ b/frontend/stitches.config.ts @@ -38,13 +38,9 @@ export const { }, space: { // scale loaned from Tailwind CSS - "0.5": "0.125rem", "1": "0.25rem", "2": "0.5rem", - // TODO: fix vars with . "invalid property" - "2.5": "0.625rem", "3": "0.75rem", - "3.5": "0.875rem", "4": "1rem", "5": "1.25rem", "6": "1.5rem",