@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 CHANGED
@@ -1,9 +1,9 @@
1
1
  # @weapp-tailwindcss/postcss
2
2
 
3
- > 简体中文 | [English](./README.en.md)
3
+ > English | [简体中文](./README.zh-CN.md)
4
4
 
5
- 这个包是 weapp-tailwindcss CSS 处理核心,负责小程序端的 PostCSS AST 转换、选择器兼容、平台差异处理和 Tailwind 输出后处理。
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
- 更多接入方式、配置说明和框架示例见 [weapp-tailwindcss 官方文档](https://tw.icebreaker.top)
9
+ For setup guides, configuration references, and framework examples, see the [official weapp-tailwindcss documentation](https://tw.icebreaker.top).
@@ -0,0 +1,9 @@
1
+ # @weapp-tailwindcss/postcss
2
+
3
+ > [English](./README.md) | 简体中文
4
+
5
+ 这个包是 weapp-tailwindcss 的 CSS 处理核心,负责小程序端的 PostCSS AST 转换、选择器兼容、平台差异处理和 Tailwind 输出后处理。
6
+
7
+ ## 官网
8
+
9
+ 更多接入方式、配置说明和框架示例见 [weapp-tailwindcss 官方文档](https://tw.icebreaker.top)。
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@weapp-tailwindcss/postcss",
3
3
  "type": "module",
4
- "version": "3.2.10",
5
- "description": "@weapp-tailwindcss/postcss",
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.3",
86
- "@weapp-tailwindcss/shared": "2.0.1",
87
- "tailwindcss-config": "2.0.2"
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).