@weapp-tailwindcss/experimental 0.0.34 → 0.0.35
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 +4 -4
- package/README.en.md +0 -9
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# @weapp-tailwindcss/experimental
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> English | [简体中文](./README.zh-CN.md)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
This package contains experimental implementations and toolchain comparisons for weapp-tailwindcss, such as output differences between CSS and build tools. Its API is not considered stable.
|
|
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/experimental",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"description": "
|
|
4
|
+
"version": "0.0.35",
|
|
5
|
+
"description": "Experimental integrations for cross-platform Tailwind CSS. 跨端 Tailwind CSS 实验性集成能力。",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "ISC",
|
|
8
8
|
"repository": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"lightningcss": "^1.33.0",
|
|
41
|
-
"@weapp-tailwindcss/postcss": "3.2.
|
|
42
|
-
"@weapp-tailwindcss/shared": "2.0.
|
|
41
|
+
"@weapp-tailwindcss/postcss": "3.2.11",
|
|
42
|
+
"@weapp-tailwindcss/shared": "2.0.2"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"dev": "tsdown --watch --sourcemap",
|
package/README.en.md
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
# @weapp-tailwindcss/experimental
|
|
2
|
-
|
|
3
|
-
> English | [简体中文](./README.md)
|
|
4
|
-
|
|
5
|
-
This package contains experimental implementations and toolchain comparisons for weapp-tailwindcss, such as output differences between CSS and build tools. Its API is not considered stable.
|
|
6
|
-
|
|
7
|
-
## Website
|
|
8
|
-
|
|
9
|
-
For setup guides, configuration references, and framework examples, see the [official weapp-tailwindcss documentation](https://tw.icebreaker.top).
|