From f3d1810b609e5ab7f1a58c684c5847e82fac09a9 Mon Sep 17 00:00:00 2001 From: prakash meena Date: Fri, 5 Jun 2026 01:54:02 +0530 Subject: [PATCH 1/2] fix: add horizontal scroll to code blocks on narrow viewports (#1350) --- docs/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.html b/docs/index.html index cceb9994..ba7635df 100644 --- a/docs/index.html +++ b/docs/index.html @@ -379,6 +379,9 @@ font-size: var(--ease-text-sm); line-height: 1.7; border-radius: 0; + max-width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; } .docs-code-lang { From c060ac73fa60991c19cfa19d403c3ea43cb221e0 Mon Sep 17 00:00:00 2001 From: prakash meena Date: Fri, 5 Jun 2026 02:00:19 +0530 Subject: [PATCH 2/2] fix: resolve htmlhint errors in docs/index.html - Fix duplicate id="variables" (second section renamed to id="custom-properties") - Fix duplicate id="animations" (second section renamed to id="animations-reference") - Fix unclosed
 tag in delay helpers example
---
 docs/index.html | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/docs/index.html b/docs/index.html
index ba7635df..61aaba3a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -890,16 +890,8 @@ 

Spacing Scale

Based on a 4px base unit: --ease-space-1 (4px) → --ease-space-16 (64px).

-
-

Variables

- -

- All values are defined as CSS custom properties in :root. - Override any token to customize colors, spacing, typography, shadows, - animations, and component behavior across the framework. -

- -

CSS Custom Properties Reference

+
+

CSS Custom Properties Reference

Every --ease-* token can be overridden globally: @@ -1511,16 +1503,15 @@

Hover Animations

Delay Helpers

html -
<!-- Staggered entrance sequence -->
-
+          
<!-- Staggered entrance sequence -->

-
-

Animations

+
+

Animations Reference

Add any entrance class to trigger the animation on page load. Combine with delay classes for staggered sequences.