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 @@
Based on a 4px base unit: --ease-space-1 (4px) → --ease-space-16
(64px).
- 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.
-
Every --ease-* token can be overridden globally:
@@ -1508,16 +1503,15 @@
<!-- Staggered entrance sequence -->
-
+ <!-- Staggered entrance sequence -->
Add any entrance class to trigger the animation on page load. Combine with delay classes for staggered sequences.