File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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
99Install the plugin from npm:
1010
1111``` sh
12- npm install @adam.plesnik/taiwlindcss -scroll-driven-animations
12+ npm install @adam.plesnik/tailwindcss -scroll-driven-animations
1313```
1414
1515Then add the plugin to your ` tailwind.config.js ` :
1616
1717``` js
1818module .exports = {
1919 plugins: [
20- require (' @adam.plesnik/taiwlindcss -scroll-driven-animations' ),
20+ require (' @adam.plesnik/tailwindcss -scroll-driven-animations' ),
2121 // ...
2222 ],
2323}
Original file line number Diff line number Diff line change 11{
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 " ,
44 "author" : " Adam Plesnik <adam@adamplesnik.com>" ,
55 "scripts" : {
66 "build" : " npx swc ./src/index.js --out-dir ./dist"
You can’t perform that action at this time.
0 commit comments