@onesaz/tailwind-config 0.2.1 → 0.2.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.
Files changed (2) hide show
  1. package/dist/v4.css +2 -2
  2. package/package.json +1 -1
package/dist/v4.css CHANGED
@@ -286,5 +286,5 @@
286
286
  to { transform: translateY(0); }
287
287
  }
288
288
 
289
- /* Scan @onesaz/ui for class generation */
290
- @source "../../node_modules/@onesaz/ui/dist/**/*.js";
289
+ /* Scan @onesaz/ui for class generation (works in consuming apps' node_modules) */
290
+ @source "../../@onesaz/ui/dist/**/*.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onesaz/tailwind-config",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Tailwind CSS preset for Onesaz UI - shared configuration with design tokens (supports v3 and v4)",
5
5
  "type": "module",
6
6
  "license": "MIT",