We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619984b commit ddba961Copy full SHA for ddba961
1 file changed
README.md
@@ -8,16 +8,10 @@
8
9
```html
10
<!-- UNPKG -->
11
-<link
12
- rel="stylesheet"
13
- href="https://unpkg.com/css-skeletons@1.0.1/css/css-skeletons.min.css"
14
-/>
+<link rel="stylesheet" href="https://unpkg.com/css-skeletons@1.0.1/css/css-skeletons.min.css"/>
15
16
<!-- JSDelivr -->
17
18
19
- href="https://cdn.jsdelivr.net/npm/css-skeletons@1.0.1/css/css-skeletons.min.css"
20
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/css-skeletons@1.0.1/css/css-skeletons.min.css"/>
21
```
22
23
or
@@ -32,6 +26,8 @@ npm i css-skeletons
32
26
import 'css-skeletons'
33
27
34
28
29
+## Examples
30
+
35
31
A few example from [documentation](https://dgknca.github.io/css-skeletons/docs/index.html).
36
37
0 commit comments