@unocss/core 0.45.19 → 0.45.20
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -133,7 +133,7 @@ function isStaticShortcut(sc) {
|
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
const attributifyRE = /^\[(.+?)~?="(.*)"\]$/;
|
|
136
|
-
const cssIdRE = /\.(css|postcss|sass|scss|less|stylus|styl)
|
|
136
|
+
const cssIdRE = /\.(css|postcss|sass|scss|less|stylus|styl)($|\?)/;
|
|
137
137
|
const validateFilterRE = /[\w\u00A0-\uFFFF-_:%-?]/;
|
|
138
138
|
const CONTROL_SHORTCUT_NO_MERGE = "$$shortcut-no-merge";
|
|
139
139
|
function isAttributifySelector(selector) {
|
|
@@ -416,7 +416,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
|
|
|
416
416
|
};
|
|
417
417
|
}
|
|
418
418
|
|
|
419
|
-
const version = "0.45.
|
|
419
|
+
const version = "0.45.20";
|
|
420
420
|
|
|
421
421
|
class UnoGenerator {
|
|
422
422
|
constructor(userConfig = {}, defaults = {}) {
|
package/dist/index.mjs
CHANGED
|
@@ -129,7 +129,7 @@ function isStaticShortcut(sc) {
|
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
const attributifyRE = /^\[(.+?)~?="(.*)"\]$/;
|
|
132
|
-
const cssIdRE = /\.(css|postcss|sass|scss|less|stylus|styl)
|
|
132
|
+
const cssIdRE = /\.(css|postcss|sass|scss|less|stylus|styl)($|\?)/;
|
|
133
133
|
const validateFilterRE = /[\w\u00A0-\uFFFF-_:%-?]/;
|
|
134
134
|
const CONTROL_SHORTCUT_NO_MERGE = "$$shortcut-no-merge";
|
|
135
135
|
function isAttributifySelector(selector) {
|
|
@@ -412,7 +412,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
|
|
|
412
412
|
};
|
|
413
413
|
}
|
|
414
414
|
|
|
415
|
-
const version = "0.45.
|
|
415
|
+
const version = "0.45.20";
|
|
416
416
|
|
|
417
417
|
class UnoGenerator {
|
|
418
418
|
constructor(userConfig = {}, defaults = {}) {
|