aboutsummaryrefslogtreecommitdiff
path: root/examples/clock/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/clock/style.css')
-rw-r--r--examples/clock/style.css2
1 files changed, 1 insertions, 1 deletions
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)');