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 5fbeba5 commit 8a24d08Copy full SHA for 8a24d08
.gitignore
@@ -2,4 +2,5 @@
2
package-lock.json
3
yarn.lock
4
npm-debug.log
5
-yarn-error.log
+yarn-error.log
6
+*.log
README.md
@@ -6,11 +6,11 @@ A Utility Plugins for Text Shadow like Tailwindcss default boxshadow with theme
7
#### Yarn
8
```
9
-yarn add tailwindcss-textShadow --dev
+yarn add tailwindcss-textshadow --dev
10
11
#### npm
12
13
-npm i --save-dev tailwindcss-textShadow
+npm i --save-dev tailwindcss-textshadow
14
15
## Add following changes in tailwind.config.js
16
0 commit comments