@unocss/scope 0.48.3 → 0.48.5
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/index.cjs +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
module.exports = () => {
|
|
2
|
-
throw new Error('getUnocssScope() is a compile macro but get called directly, have you include this file to
|
|
2
|
+
throw new Error('getUnocssScope() is a compile macro but get called directly, have you include this file to UnoCSS\'s target')
|
|
3
3
|
}
|
package/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export default () => {
|
|
2
|
-
throw new Error('getUnocssScope() is a compile macro but get called directly, have you include this file to
|
|
2
|
+
throw new Error('getUnocssScope() is a compile macro but get called directly, have you include this file to UnoCSS\'s target')
|
|
3
3
|
}
|