chaiwindjs 1.0.0 → 1.0.1
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# chaiwindjs
|
|
2
2
|
|
|
3
|
-
A runtime CSS utility engine
|
|
3
|
+
A runtime CSS utility engine - apply Tailwind-style `chai-*` class names as inline styles, with **no build step, no stylesheet, and no configuration**.
|
|
4
4
|
|
|
5
5
|
Just drop in the script, add classes, done.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chaiwindjs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A runtime CSS utility engine — apply Tailwind-style class names as inline styles, with no build step and no stylesheet.",
|
|
5
5
|
"main": "chai-wind.js",
|
|
6
6
|
"files": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
26
|
-
"url": "https://github.com/atharvdangedev/Chaiwind.git"
|
|
26
|
+
"url": "git+https://github.com/atharvdangedev/Chaiwind.git"
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://github.com/atharvdangedev/Chaiwind#readme",
|
|
29
29
|
"bugs": {
|