@csszyx/vue-adapter 0.9.8 → 0.9.10
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 +21 -0
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# @csszyx/vue-adapter
|
|
2
|
+
|
|
3
|
+
> ⚠️ **Experimental — not production-ready.** This adapter is an early
|
|
4
|
+
> preview. The API may change or break between releases, and detailed usage
|
|
5
|
+
> docs are not yet available. Use it in production at your own risk.
|
|
6
|
+
|
|
7
|
+
Vue SFC preprocessor for [csszyx](https://github.com/nguyennhutien/csszyx) —
|
|
8
|
+
transforms `sz` props into Tailwind CSS classes inside `.vue` single-file
|
|
9
|
+
components.
|
|
10
|
+
|
|
11
|
+
## Want to help develop it?
|
|
12
|
+
|
|
13
|
+
This adapter needs a real Vue project to harden and finish. If you would like
|
|
14
|
+
to use it seriously, contribute, or help shape its direction, please reach
|
|
15
|
+
out — that feedback is what moves it toward stable:
|
|
16
|
+
|
|
17
|
+
- **Open an issue:** <https://github.com/nguyennhutien/csszyx/issues>
|
|
18
|
+
- **Email:** <hello@csszyx.com>
|
|
19
|
+
|
|
20
|
+
For the stable, production-ready csszyx packages, see the
|
|
21
|
+
[main README](https://github.com/nguyennhutien/csszyx#readme).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csszyx/vue-adapter",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Vue SFC preprocessor for csszyx - transform sz props to className",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"oxc-parser": "0.131.0",
|
|
28
|
-
"@csszyx/compiler": "0.9.
|
|
28
|
+
"@csszyx/compiler": "0.9.10"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"vue": "^3.0.0"
|