From bf3880a21c7bef9d96eea1555c4c39b1ab1d7af9 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Wed, 23 Oct 2024 10:05:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Remove=20box=20shadow=20from=20s?= =?UTF-8?q?upported=20tokens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/app/common/types/token.cljc | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/app/common/types/token.cljc b/common/src/app/common/types/token.cljc index 0e95d1a9b5..2e21c2dad0 100644 --- a/common/src/app/common/types/token.cljc +++ b/common/src/app/common/types/token.cljc @@ -36,7 +36,6 @@ (def token-type->dtcg-token-type {:boolean "boolean" :border-radius "borderRadius" - :box-shadow "boxShadow" :color "color" :dimensions "dimension" :numeric "numeric"