create-flexireact 2.0.1 → 2.0.2

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.
@@ -165,7 +165,7 @@ export default function NotFound() {
165
165
  );
166
166
  }
167
167
  `,
168
- 'app/globals.css': `@import "tailwindcss";
168
+ 'app/globals.css': `@import "tailwindcss" source("..");
169
169
 
170
170
  @theme {
171
171
  --color-background: #0a0a0a;
@@ -287,7 +287,7 @@ export function useTheme() {
287
287
  }
288
288
  `,
289
289
  // Styles
290
- 'app/styles/globals.css': `@import "tailwindcss";
290
+ 'app/styles/globals.css': `@import "tailwindcss" source("../..");
291
291
 
292
292
  /* FlexiReact v2 Theme */
293
293
  @theme {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-flexireact",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Create FlexiReact v2 apps with one command - The Modern React Framework",
5
5
  "author": "FlexiReact Team",
6
6
  "license": "MIT",