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 446634d commit 0a63901Copy full SHA for 0a63901
.npmignore
@@ -0,0 +1 @@
1
+.idea
package.json
@@ -1,5 +1,5 @@
{
2
- "name": "@redwebcreation/tailwindcss-no-scrollbar",
+ "name": "tailwindcss-no-scrollbar",
3
"version": "1.0.0",
4
"description": "Exposes a class that hides the browser's default scrollbar using various tricks",
5
"main": "index.js",
@@ -13,7 +13,7 @@
13
"devDependencies": {
14
"tailwindcss": "^2.0.3"
15
},
16
- "author": "Red Web Creation",
+ "author": "Félix Dorn <github@felixdorn.fr>",
17
"bugs": {
18
"url": "https://github.com/redwebcreation/tailwindcss-no-scrollbar/issues"
19
0 commit comments