We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9343a8 commit 7b80d91Copy full SHA for 7b80d91
README.md
@@ -16,11 +16,16 @@ Install the library from `bower` or `npm` package manager
16
```
17
Add `pretty.min.css` in your html
18
19
+From CDN,
20
+```html
21
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pretty-checkbox/2.0.2/pretty.min.css"/>
22
+```
23
+or from the source,
24
```html
25
<link rel="stylesheet" href="../PATH/pretty-checkbox/src/pretty.min.css"/>
26
27
-or you can also import `pretty.scss` in your main scss file.
28
+You can also import `pretty.scss` in your main scss file.
29
```scss
30
@import '../PATH/pretty-checkbox/src/pretty.scss';
31
0 commit comments