@fastwork/xosmoz-css 0.0.2 → 0.0.12

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/all.css ADDED
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Xosmoz CSS - All Styles
3
+ *
4
+ * Complete CSS bundle including:
5
+ * - Reset styles
6
+ * - Atomic utility classes (ported from turbine-css)
7
+ * - Component styles (ported from turbine-css)
8
+ * - Typography and radius utilities
9
+ *
10
+ * Usage:
11
+ * import '@fastwork/xosmoz-theme/base.css';
12
+ * import '@fastwork/xosmoz-theme/themes.css';
13
+ * import '@fastwork/xosmoz-css/all.css';
14
+ */
15
+
16
+ @import './reset.css';
17
+ @import './atomic.css';
18
+ @import './typography.css';