From 15bf0ea12a2ab9db5379e489f37a8f7c9cd45372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:55:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Rebuild=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 85cd540e..84684b9c 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -251,6 +251,9 @@ .static { position: static; } + .sticky { + position: sticky; + } .inset-0 { inset: calc(var(--spacing) * 0); } @@ -2178,6 +2181,9 @@ .text-white { color: #fff; } + .capitalize { + text-transform: capitalize; + } .lowercase { text-transform: lowercase; } @@ -2193,6 +2199,10 @@ .not-italic { font-style: normal; } + .ordinal { + --tw-ordinal: ordinal; + font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,); + } .\!no-underline { text-decoration-line: none !important; } @@ -5050,6 +5060,26 @@ body:has(#mobile-menu-toggle:checked) { syntax: "*"; inherits: false; } +@property --tw-ordinal { + syntax: "*"; + inherits: false; +} +@property --tw-slashed-zero { + syntax: "*"; + inherits: false; +} +@property --tw-numeric-figure { + syntax: "*"; + inherits: false; +} +@property --tw-numeric-spacing { + syntax: "*"; + inherits: false; +} +@property --tw-numeric-fraction { + syntax: "*"; + inherits: false; +} @property --tw-shadow { syntax: "*"; inherits: false; @@ -5259,6 +5289,11 @@ body:has(#mobile-menu-toggle:checked) { --tw-leading: initial; --tw-font-weight: initial; --tw-tracking: initial; + --tw-ordinal: initial; + --tw-slashed-zero: initial; + --tw-numeric-figure: initial; + --tw-numeric-spacing: initial; + --tw-numeric-fraction: initial; --tw-shadow: 0 0 #0000; --tw-shadow-color: initial; --tw-shadow-alpha: 100%;