We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9004b4a commit 448ec97Copy full SHA for 448ec97
package.json
@@ -5,5 +5,8 @@
5
"@tailwindcss/typography": "^0.4.0",
6
"autoprefixer": "^10.2.1",
7
"tailwindcss": "^2.0.2"
8
+ },
9
+ "scripts": {
10
+ "build": "npx tailwind build > ./app/assets/stylesheets/tailwind.css"
11
}
12
0 commit comments