From 13a8872dbdc8130d77e9ecd4611dda7525ddd5e2 Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Wed, 22 May 2024 15:08:05 +0530 Subject: [PATCH] add rotation to applied tokens schema --- common/src/app/common/types/token.cljc | 1 + 1 file changed, 1 insertion(+) diff --git a/common/src/app/common/types/token.cljc b/common/src/app/common/types/token.cljc index e18e1a761..9fe6b86ab 100644 --- a/common/src/app/common/types/token.cljc +++ b/common/src/app/common/types/token.cljc @@ -126,4 +126,5 @@ ::border-radius ::sizing ::spacing + ::rotation ::dimensions))