@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
|
@@ -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
|
|