diff --git a/README.md b/README.md index 6c770691..7a9fb8a9 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,12 @@ Write UI like you describe it in English. No build steps. No memorizing shorthan --- -### 🚀 One line. That's all you need. +### 🚀 Quick Start ```html + + + ``` @@ -120,6 +123,9 @@ EaseMotion CSS is a curated, animation-first CSS framework where **class names r
+ + + @@ -153,6 +159,11 @@ Or in CSS / PostCSS / Sass: ### Option 3 — Granular imports *(pick only what you need)* ```html + + + + + diff --git a/core/base.css b/core/base.css index 3879f50c..f4b2cf7a 100644 --- a/core/base.css +++ b/core/base.css @@ -3,8 +3,6 @@ Resets, base element styles, and typographic foundation ============================================================ */ -@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap'); - /* ── Box Model Reset ───────────────────────────────────────── */ *, *::before, diff --git a/docs/index.html b/docs/index.html index c1822167..15538c64 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,6 +6,11 @@