Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit f3aea58

Browse files
committed
Update Tailwind
1 parent d04f83e commit f3aea58

File tree

2 files changed

+3668
-3095
lines changed

2 files changed

+3668
-3095
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "TAILWIND_DISABLE_TOUCH=true next dev",
7-
"build": "TAILWIND_DISABLE_TOUCH=true next build && next export && npm run build:rss",
6+
"dev": "next dev",
7+
"build": "next build && next export && npm run build:rss",
88
"start": "next start",
99
"build:rss": "node ./.next/server/scripts/build-rss.js"
1010
},
@@ -18,7 +18,7 @@
1818
"postcss": "^8.2.8",
1919
"react": "^17.0.1",
2020
"react-dom": "^17.0.1",
21-
"tailwindcss": "^2.2.0-canary.9",
21+
"tailwindcss": "^2.2.0-canary.16",
2222
"tinytime": "^0.2.6"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)