diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-25 18:58:47 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-25 19:00:57 +0530 |
| commit | 8058d047a5a50406ff4175c83b8488eea7c4e706 (patch) | |
| tree | 7256dcde0c396fafad9ff2ca45b9eaa33691db3b /examples/clock | |
| parent | ca0737e393bbf5c45f688593bbfaf41079a66784 (diff) | |
| download | css-everything-8058d047a5a50406ff4175c83b8488eea7c4e706.tar.gz css-everything-8058d047a5a50406ff4175c83b8488eea7c4e706.zip | |
docs: crazy amounts of docs
Diffstat (limited to '')
| -rw-r--r-- | examples/clock/style.css | 2 |
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)'); |
