@casoon/atlas-styles 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css ADDED
@@ -0,0 +1,29 @@
1
+ /*!
2
+ * CASOON Atlas - Complete Style Collection for Tailwind v4
3
+ * Version: 0.0.1 — Modern UI Effects & Utilities
4
+ * Repository: https://github.com/casoon/atlas
5
+ * Author: Jörn Seidel (joern.seidel@casoon.de)
6
+ * License: MIT
7
+ *
8
+ * A comprehensive, modern UI effects library built for Tailwind v4
9
+ * SSR-safe, tree-shakeable, framework-agnostic
10
+ *
11
+ * Usage: @import "@casoon/atlas-styles";
12
+ * Individual imports: @import "@casoon/atlas-styles/glass";
13
+ * Package: @casoon/atlas-styles
14
+ */
15
+
16
+ /* Core design system foundation */
17
+ @import "./core.css";
18
+
19
+ /* Glass morphism effects */
20
+ @import "./glass.css";
21
+
22
+ /* Orb & particle effects */
23
+ @import "./orbs.css";
24
+
25
+ /* Animation utilities */
26
+ @import "./animations.css";
27
+
28
+ /* Additional utilities */
29
+ @import "./utilities.css";