From 8b1ed1078e779ed5605188afb6a0c378e6c31fcf Mon Sep 17 00:00:00 2001 From: Mario Souto <13791385+omariosouto@users.noreply.github.com> Date: Sat, 22 Jan 2022 12:53:46 -0300 Subject: [PATCH] fix: update in broken stylesheet --- lib/core/stylesheet/stylesheet.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/core/stylesheet/stylesheet.ts b/lib/core/stylesheet/stylesheet.ts index 0482876..4aace9c 100644 --- a/lib/core/stylesheet/stylesheet.ts +++ b/lib/core/stylesheet/stylesheet.ts @@ -70,7 +70,6 @@ export interface StyleSheet { srOnly?: boolean; borderStyle?: string; overflow?: ResponsiveProperty | string; - position?: ResponsiveProperty | string; resize?: ResponsiveProperty | string; textDecoration?: ResponsiveProperty | string; transition?: ResponsiveProperty | string;