@csszyx/svelte-adapter 0.9.7 → 0.9.9
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 +20 -0
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# @csszyx/svelte-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
|
+
Svelte preprocessor for [csszyx](https://github.com/nguyennhutien/csszyx) —
|
|
8
|
+
transforms `sz` props into Tailwind CSS classes inside `.svelte` files.
|
|
9
|
+
|
|
10
|
+
## Want to help develop it?
|
|
11
|
+
|
|
12
|
+
This adapter needs a real Svelte project to harden and finish. If you would
|
|
13
|
+
like to use it seriously, contribute, or help shape its direction, please
|
|
14
|
+
reach out — that feedback is what moves it toward stable:
|
|
15
|
+
|
|
16
|
+
- **Open an issue:** <https://github.com/nguyennhutien/csszyx/issues>
|
|
17
|
+
- **Email:** <hello@csszyx.com>
|
|
18
|
+
|
|
19
|
+
For the stable, production-ready csszyx packages, see the
|
|
20
|
+
[main README](https://github.com/nguyennhutien/csszyx#readme).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csszyx/svelte-adapter",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Svelte preprocessor for csszyx - transforms sz props into Tailwind CSS classes",
|
|
6
6
|
"homepage": "https://github.com/nguyennhutien/csszyx/tree/main/packages/svelte-adapter#readme",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"oxc-parser": "0.131.0",
|
|
26
|
-
"@csszyx/compiler": "0.9.
|
|
26
|
+
"@csszyx/compiler": "0.9.9"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"svelte": "^4.0.0 || ^5.0.0"
|