We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a124c64 commit 11d59f3Copy full SHA for 11d59f3
.gitignore
@@ -4,5 +4,4 @@
4
!CHANGELOG.md
5
!LICENSE
6
!package.json
7
-!package-lock.json
8
!README.md
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tailwindcss-unimportant",
3
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Adds lower specificity tailwindcss utility classes to be used in components",
"main": "src/index.js",
"peerDependencies": {
@@ -11,7 +11,11 @@
11
"url": "git+https://github.com/mwnciau/tailwindcss-unimportant.git"
12
},
13
"keywords": [
14
- "tailwindcss"
+ "tailwind",
15
+ "tailwindcss",
16
+ "tailwindcss-plugin",
17
+ "css",
18
+ "javascript"
19
],
20
"author": "Simon Jarrett",
21
"license": "MIT",
0 commit comments