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 f30a28b commit 869aa91Copy full SHA for 869aa91
README.md
@@ -2,7 +2,11 @@
2
3
Tailwindcss plugin to make skeleton screen easier than ever.
4
5
-[Live Demo](https://jsfiddle.com)
+
6
+
7
+
8
+
9
+[Live Demo](https://play.tailwindcss.com/pvcsIiczqb)
10
11
## Installation
12
@@ -22,7 +26,7 @@ module.exports = {
22
26
// ...
23
27
},
24
28
plugins: [
25
- require('@gradints/tailwindcss-skeleton-screen'),
29
+ require('@gradin/tailwindcss-skeleton-screen'),
30
31
],
32
}
0 commit comments