We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0251107 commit 688d6faCopy full SHA for 688d6fa
package.json
@@ -1,10 +1,12 @@
1
{
2
"name": "tailwindcss",
3
"version": "0.1.0",
4
- "description": "A utility-first CSS framework for rapid UI development.",
+ "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
5
"license": "MIT",
6
"main": "lib/index.js",
7
- "repository": "https://github.com/adamwathan/tailwindcss.git",
+ "repository": "https://github.com/tailwindcss/tailwindcss.git",
8
+ "bugs": "https://github.com/tailwindcss/tailwindcss/issues",
9
+ "homepage": "https://tailwindcss.com",
10
"bin": {
11
"tailwind": "lib/cli.js"
12
},
0 commit comments