forked from SAPTARSHI-coder/EaseMotion-css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheasemotion.css
More file actions
23 lines (18 loc) · 849 Bytes
/
Copy patheasemotion.css
File metadata and controls
23 lines (18 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* ============================================================
EaseMotion CSS — easemotion.css
Single entry point. Import this one file to use the entire
framework. Order matters: variables must load first.
============================================================
Usage:
<link rel="stylesheet" href="easemotion.css" />
Or in CSS:
@import "easemotion.css";
============================================================ */
/* ── Core (required, load in this order) ─────────────────── */
@import "./core/variables.css";
@import "./core/base.css";
@import "./core/animations.css";
@import "./core/utilities.css";
/* ── Components (tree-shakeable in future versions) ──────── */
@import "./components/buttons.css";
@import "./components/cards.css";