@webmate-studio/builder 0.2.36 → 0.2.37

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": "@webmate-studio/builder",
3
- "version": "0.2.36",
3
+ "version": "0.2.37",
4
4
  "type": "module",
5
5
  "description": "Webmate Studio Component Builder",
6
6
  "keywords": [
@@ -268,7 +268,7 @@ ${themeCSS}
268
268
  // Only utilities layer (for component builds)
269
269
  // Base/theme/properties are provided by CMS design tokens
270
270
  inputCSS = `
271
- @import "tailwindcss" layer(utilities);
271
+ @import "tailwindcss/utilities.css" layer(utilities);
272
272
  `.trim();
273
273
  }
274
274