File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424
2525### Step 1: Add the CDN Links
2626
27- Include the following lines in your HTML file to load KromaCSS. Ensure the JavaScript file is loaded as a module for proper functionality.
27+ Include the following lines in your HTML file to load KromaCSS.
2828
2929``` html
3030<!-- KromaCSS Stylesheet -->
31- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/gh/altxriainc/kromacss@latest/css/main .css" >
31+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/gh/altxriainc/kromacss@latest/src/ css/bundle .css" >
3232
33- <!-- KromaCSS JavaScript (Loaded as Module) -->
34- <script type = " module " src =" https://cdn.jsdelivr.net/gh/altxriainc/kromacss@latest/js/main .js" ></script >
33+ <!-- KromaCSS JavaScript -->
34+ <script src =" https://cdn.jsdelivr.net/gh/altxriainc/kromacss@latest/src/ js/bundle .js" ></script >
3535```
3636
3737### Step 2: Add Components
@@ -69,7 +69,7 @@ Each component is designed to be adaptive and responsive, ensuring a seamless ex
6969
7070## 📦 Latest Version
7171
72- - ** Version** : 1.0.2
72+ - ** Version** : 1.0.5
7373- ** Release Date** : November 15, 2024
7474
7575---
You can’t perform that action at this time.
0 commit comments