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 9fbd554 commit 0bd503eCopy full SHA for 0bd503e
apps/storybook/src/stories/introduction.mdx
@@ -52,14 +52,14 @@ A plugin for Tailwind CSS that generates shadow utilities based on [Neumorphism
52
Install the plugin with your favorite package manager:
53
54
```sh
55
-npm install -D tailwindcss-neumorphism-plugin
+npm install -D tailwindcss-neumorphism-ui
56
```
57
58
Then add the plugin to your main `style.css` file:
59
60
```diff
61
@import "tailwindcss";
62
-+ @plugin "tailwindcss-neumorphism-plugin";
++ @plugin "tailwindcss-neumorphism-ui";
63
64
65
## Usage
0 commit comments