kulhadcss 1.0.2 → 1.0.3

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/package.json +1 -1
  2. package/demo/index.html +0 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kulhadcss",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A Kadak utility-first CSS engine brewed with Vanilla JS.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
package/demo/index.html DELETED
@@ -1,17 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <title>KulhadCSS Test</title>
6
- <script type="module">
7
- import { scanDom } from 'https://cdn.jsdelivr.net/npm/kulhadcss/src/index.js';
8
- </script>
9
- </head>
10
- <body style="background: #fdf5e6; ">
11
-
12
- <div class="milkar beech malai-10 ghumaav-5" style="background: #8b4513; color: white;"">
13
- <h1 class="doori-2">🏺 KulhadCSS is Live!</h1>
14
- </div>
15
-
16
- </body>
17
- </html>