@unocss/core 0.53.0 → 0.53.3
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -507,7 +507,7 @@ function mergeThemes(themes) {
|
|
|
507
507
|
return themes.map((theme) => theme ? clone(theme) : {}).reduce((a, b) => mergeDeep(a, b), {});
|
|
508
508
|
}
|
|
509
509
|
|
|
510
|
-
const version = "0.53.
|
|
510
|
+
const version = "0.53.3";
|
|
511
511
|
|
|
512
512
|
class UnoGenerator {
|
|
513
513
|
constructor(userConfig = {}, defaults = {}) {
|
package/dist/index.mjs
CHANGED
|
@@ -503,7 +503,7 @@ function mergeThemes(themes) {
|
|
|
503
503
|
return themes.map((theme) => theme ? clone(theme) : {}).reduce((a, b) => mergeDeep(a, b), {});
|
|
504
504
|
}
|
|
505
505
|
|
|
506
|
-
const version = "0.53.
|
|
506
|
+
const version = "0.53.3";
|
|
507
507
|
|
|
508
508
|
class UnoGenerator {
|
|
509
509
|
constructor(userConfig = {}, defaults = {}) {
|