weapp-tailwindcss 4.2.4 → 4.2.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/dist/types.d.mts +1 -0
- package/dist/types.d.ts +1 -0
- package/package.json +5 -5
package/dist/types.d.mts
CHANGED
|
@@ -184,6 +184,7 @@ interface UserDefinedOptions {
|
|
|
184
184
|
/**
|
|
185
185
|
* @default `'page'` <br/>
|
|
186
186
|
* @description 把`css`中的全局选择器 **`:root`** 替换为指定值,默认替换为 `'page'`,设置为 `false` 时不进行替换
|
|
187
|
+
* @example 假如你使用微信小程序的 RootPortal 组件,你需要把此项设置为 ['page','wx-root-content']
|
|
187
188
|
*/
|
|
188
189
|
root?: string | string[] | false;
|
|
189
190
|
/**
|
package/dist/types.d.ts
CHANGED
|
@@ -184,6 +184,7 @@ interface UserDefinedOptions {
|
|
|
184
184
|
/**
|
|
185
185
|
* @default `'page'` <br/>
|
|
186
186
|
* @description 把`css`中的全局选择器 **`:root`** 替换为指定值,默认替换为 `'page'`,设置为 `false` 时不进行替换
|
|
187
|
+
* @example 假如你使用微信小程序的 RootPortal 组件,你需要把此项设置为 ['page','wx-root-content']
|
|
187
188
|
*/
|
|
188
189
|
root?: string | string[] | false;
|
|
189
190
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-tailwindcss",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.5",
|
|
4
4
|
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
|
|
5
5
|
"author": "ice breaker <1324318532@qq.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -175,11 +175,11 @@
|
|
|
175
175
|
"tailwindcss-patch": "~7.1.4",
|
|
176
176
|
"vue": "^3.5.18",
|
|
177
177
|
"webpack-sources": "3.3.3",
|
|
178
|
-
"@weapp-tailwindcss/init": "1.0.
|
|
178
|
+
"@weapp-tailwindcss/init": "1.0.4",
|
|
179
|
+
"@weapp-tailwindcss/logger": "1.0.2",
|
|
179
180
|
"@weapp-tailwindcss/mangle": "1.0.5",
|
|
180
|
-
"@weapp-tailwindcss/postcss": "1.0.
|
|
181
|
-
"@weapp-tailwindcss/shared": "1.0.3"
|
|
182
|
-
"@weapp-tailwindcss/logger": "1.0.2"
|
|
181
|
+
"@weapp-tailwindcss/postcss": "1.0.21",
|
|
182
|
+
"@weapp-tailwindcss/shared": "1.0.3"
|
|
183
183
|
},
|
|
184
184
|
"scripts": {
|
|
185
185
|
"dev": "tsup --watch --sourcemap",
|