create-kuckit-app 2.0.0 → 2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kuckit-app",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Create a new Kuckit application",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,4 +1,5 @@
1
1
  @import "tailwindcss";
2
+ @import "./kuckit-modules.css";
2
3
 
3
4
  @custom-variant dark (&:where(.dark, .dark *));
4
5
 
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Kuckit Module Styles Aggregator
3
+ *
4
+ * This file is managed by the kuckit CLI. Do not edit the section between
5
+ * the markers manually - it will be overwritten when modules are added/removed.
6
+ *
7
+ * Module styles are automatically injected here when you run:
8
+ * bunx kuckit add <module-name>
9
+ */
10
+
11
+ /* KUCKIT_MODULE_STYLES_START */
12
+ /* Module CSS imports will be injected here by the CLI */
13
+ /* KUCKIT_MODULE_STYLES_END */