File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Add `pretty-checkbox.min.css` in your html
67
67
68
68
- ** From CDN** ( [ ` jsDelivr ` ] ( https://www.jsdelivr.com/package/npm/pretty-checkbox ) )
69
69
``` html
70
- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/pretty-checkbox@3/dist/pretty-checkbox.min.css" />
70
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/pretty-checkbox@3.0 /dist/pretty-checkbox.min.css" />
71
71
```
72
72
73
73
<br >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pretty-checkbox" ,
3
- "version" : " 3.0.2 " ,
3
+ "version" : " 3.0.3 " ,
4
4
"description" : " A pure css library to beautify checkbox and radio buttons." ,
5
- "main" : " dist/pretty.min.css" ,
5
+ "main" : " dist/pretty-checkbox .min.css" ,
6
6
"scripts" : {
7
7
"lint" :" gulp lint:scss" ,
8
8
"fix" : " stylelint \" src\\ **\\ *.scss\" --syntax scss --fix" ,
You can’t perform that action at this time.
0 commit comments