@fwkui/x-css 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ```html
10
10
  <script type="module">
11
- import $ from "https://unpkg.com/@fwkui/x-css@1.0.1/index.js";
11
+ import $ from "https://unpkg.com/@fwkui/x-css@1.0.2/index.js";
12
12
  $.cssObserve(document);
13
13
  </script>
14
14
  ```
@@ -2245,7 +2245,7 @@ _Bảng tra cứu này bao gồm tất cả 409 thuộc tính CSS và giá trị
2245
2245
 
2246
2246
  <!DOCTYPE html>
2247
2247
  <html lang="vi">
2248
- <head></head>
2248
+ <head>
2249
2249
  <meta charset="utf-8">
2250
2250
  <meta name="viewport" content="width=device-width, initial-scale=1">
2251
2251
  <title>Login</title>
@@ -2311,7 +2311,7 @@ _Bảng tra cứu này bao gồm tất cả 409 thuộc tính CSS và giá trị
2311
2311
  </div>
2312
2312
 
2313
2313
  <script type="module">
2314
- import $ from "https://unpkg.com/@fwkui/x-css@1.0.1/index.js";
2314
+ import $ from "https://unpkg.com/@fwkui/x-css@1.0.2/index.js";
2315
2315
  $.cssObserve(document);
2316
2316
  </script>
2317
2317
  </body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fwkui/x-css",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -9,7 +9,6 @@
9
9
  "css",
10
10
  "auto generate css"
11
11
  ],
12
-
13
12
  "author": "Do Vui",
14
13
  "license": "ISC",
15
14
  "description": "Auto generate css",