File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ All previous releases in [JKCSS](https://github.com/JKCSS/JKCSS-Framework)
3636
3737- in [ jsdelivr] ( https://www.jsdelivr.com/package/npm/@jehankandy/jkcss )
3838
39- - On PHP: Successfully Tested
40-
41- - On Laraval: Testing...
42-
43- - On React: Testing...
39+ | Work on | Stuts |
40+ | --------- | ------- |
41+ | Vite | Testing.... |
42+ | React | Testing.... |
43+ | Laravel | Testing.... |
4444
4545# Projects
4646
@@ -115,7 +115,12 @@ All previous releases in [JKCSS](https://github.com/JKCSS/JKCSS-Framework)
115115| justify-left | justify-content: left; |
116116| justify-right | justify-content: right; |
117117| justify-center | justify-content: center; |
118-
118+ | m | margin: ; |
119+ | my | margin: value 0; |
120+ | mx | margin: 0 value; |
121+ | p | padding: ; |
122+ | py | padding: value 0; |
123+ | px | padding: 0 value; |
119124
120125
121126# History
You can’t perform that action at this time.
0 commit comments