From 8058d047a5a50406ff4175c83b8488eea7c4e706 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 25 Aug 2023 18:58:47 +0530 Subject: docs: crazy amounts of docs --- examples/clock/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/clock/style.css b/examples/clock/style.css index 07b8cc9..110d95b 100644 --- a/examples/clock/style.css +++ b/examples/clock/style.css @@ -84,8 +84,8 @@ body * { box-sizing: border-box; } top: 50%; left: 50%; transform-origin: 0% 50%; - transform: rotate(0deg); border-radius: 5px; + transform: rotate(0deg); --get-transform: string('rotate(', get-var(--angle), 'deg)'); -- cgit v1.3.1