diff --git a/docs/index.html b/docs/index.html index cceb9994..61aaba3a 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 { @@ -887,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: @@ -1508,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.