File tree Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 1414### Install From CDN
1515If you want to quickly add the Punica CSS to your project, you can use the JsDelivr CDN;
1616``` html
17- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/gh/codeforms/Punica-CSS-Framework@3.x.x /dist/punica.min.css" crossorigin =" anonymous" >
17+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/gh/codeforms/Punica-CSS-Framework@latest /dist/punica.min.css" crossorigin =" anonymous" >
1818```
1919for Default Dark Theme;
2020``` html
21- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/gh/codeforms/Punica-CSS-Framework@3.x.x /dist/punica-dark.min.css" crossorigin =" anonymous" >
21+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/gh/codeforms/Punica-CSS-Framework@latest /dist/punica-dark.min.css" crossorigin =" anonymous" >
2222```
2323### HTML Markup
2424For your default setup, add the Punica CSS file to the <head > element of your HTML5 document.
@@ -47,12 +47,4 @@ Punica's API-based structure allows you to create or customize a CSS framework t
4747* Customizable settings for every component, element, and utility
4848* Dynamic color scale generation based on specified color variables
4949* Simple and functional debugging
50- * Clean and readable code structure
51-
52- ### TODO List
53- - [x] Default Theme
54- - [x] Default Dark Theme
55- - [x] Documentation
56- - [ ] API Documentation (0%)
57- - [ ] Starter Templates (65%)
58- - [ ] Themes (0%)
50+ * Clean and readable code structure
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ $themes: (
3030 ' primary' : #3266ec ,
3131 ' success' : #369138 ,
3232 ' warning' : #c17f2a ,
33- ' error' : #CC2B52 ,
34- ' dark' : #393644
33+ ' error' : #bd3254 ,
34+ ' dark' : #39414f
3535 ),
3636 ' border' : (
3737 ' color' : #cbd3db ,
@@ -60,7 +60,7 @@ $themes: (
6060 ' primary' : #3266ec ,
6161 ' success' : #369138 ,
6262 ' warning' : #c17f2a ,
63- ' error' : #CC2B52 ,
63+ ' error' : #bd3254 ,
6464 ' dark' : #39414f
6565 ),
6666 ' border' : (
@@ -121,9 +121,6 @@ $themes: (
121121 ' hover' : (
122122 ' color' : lighten (#5580ff , 3% )
123123 )
124- ),
125- ' code' : (
126- ' color' : #bd3254
127124 )
128125 )
129126 ),
You can’t perform that action at this time.
0 commit comments