Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit 0c4f1e5

Browse files
committed
update flag value
1 parent 7debb60 commit 0c4f1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/sharedState.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
TAILWIND_MODE: process.env.TAILWIND_MODE,
66
NODE_ENV: process.env.NODE_ENV,
77
DEBUG: process.env.DEBUG !== undefined,
8-
TAILWIND_DISABLE_TOUCH: process.env.TAILWIND_DISABLE_TOUCH,
8+
TAILWIND_DISABLE_TOUCH: process.env.TAILWIND_DISABLE_TOUCH !== undefined,
99
},
1010
contextMap: new Map(),
1111
configContextMap: new Map(),

0 commit comments

Comments
 (0)