@weapp-tailwindcss/postcss 3.2.10 → 3.2.11
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/README.md +4 -4
- package/README.zh-CN.md +9 -0
- package/package.json +5 -5
- package/README.en.md +0 -9
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# @weapp-tailwindcss/postcss
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> English | [简体中文](./README.zh-CN.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
This package is the CSS processing core of weapp-tailwindcss. It handles PostCSS AST transforms, selector compatibility, platform differences, and Tailwind output post-processing for mini programs.
|
|
6
6
|
|
|
7
|
-
##
|
|
7
|
+
## Website
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
For setup guides, configuration references, and framework examples, see the [official weapp-tailwindcss documentation](https://tw.icebreaker.top).
|
package/README.zh-CN.md
ADDED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weapp-tailwindcss/postcss",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.2.
|
|
5
|
-
"description": "
|
|
4
|
+
"version": "3.2.11",
|
|
5
|
+
"description": "PostCSS transforms that bring Tailwind CSS compatibility to every platform. 将 Tailwind CSS 兼容能力带到全端的 PostCSS 转换工具。",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
"postcss-rule-unit-converter": "^0.2.3",
|
|
83
83
|
"postcss-selector-parser": "^7.1.5",
|
|
84
84
|
"postcss-value-parser": "^4.2.0",
|
|
85
|
-
"@weapp-tailwindcss/postcss-calc": "^1.0.
|
|
86
|
-
"@weapp-tailwindcss/shared": "2.0.
|
|
87
|
-
"tailwindcss-config": "2.0.
|
|
85
|
+
"@weapp-tailwindcss/postcss-calc": "^1.0.4",
|
|
86
|
+
"@weapp-tailwindcss/shared": "2.0.2",
|
|
87
|
+
"tailwindcss-config": "2.0.3"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@csstools/postcss-is-pseudo-class": "^6.0.0",
|
package/README.en.md
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
# @weapp-tailwindcss/postcss
|
|
2
|
-
|
|
3
|
-
> English | [简体中文](./README.md)
|
|
4
|
-
|
|
5
|
-
This package is the CSS processing core of weapp-tailwindcss. It handles PostCSS AST transforms, selector compatibility, platform differences, and Tailwind output post-processing for mini programs.
|
|
6
|
-
|
|
7
|
-
## Website
|
|
8
|
-
|
|
9
|
-
For setup guides, configuration references, and framework examples, see the [official weapp-tailwindcss documentation](https://tw.icebreaker.top).
|