File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ A plugin for Tailwind CSS v3.4+ that provides utilities for scroll-driven animat
9
9
Install the plugin from npm:
10
10
11
11
``` sh
12
- npm install @adam.plesnik/taiwlindcss -scroll-driven-animations
12
+ npm install @adam.plesnik/tailwindcss -scroll-driven-animations
13
13
```
14
14
15
15
Then add the plugin to your ` tailwind.config.js ` :
16
16
17
17
``` js
18
18
module .exports = {
19
19
plugins: [
20
- require (' @adam.plesnik/taiwlindcss -scroll-driven-animations' ),
20
+ require (' @adam.plesnik/tailwindcss -scroll-driven-animations' ),
21
21
// ...
22
22
],
23
23
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @adam.plesnik/taiwlindcss -scroll-driven-animations" ,
3
- "version" : " 0.0.3 " ,
2
+ "name" : " @adam.plesnik/tailwindcss -scroll-driven-animations" ,
3
+ "version" : " 0.0.4 " ,
4
4
"author" :
" Adam Plesnik <[email protected] >" ,
5
5
"scripts" : {
6
6
"build" : " npx swc ./src/index.js --out-dir ./dist"
You can’t perform that action at this time.
0 commit comments