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 6f1c9c2 commit a92c1ccCopy full SHA for a92c1cc
packages/sui-bundler/shared/index.js
@@ -8,8 +8,7 @@ exports.cleanList = list => list.filter(Boolean)
8
9
exports.when = (check, getValue) => (check ? getValue() : false)
10
11
-exports.isTailwindEnabled = () =>
12
- fs.existsSync(`${process.cwd()}/tailwind.config.js`)
+exports.isTailwindEnabled = () => fs.existsSync(`${process.cwd()}/tailwind.config.js`)
13
14
exports.envVars = (env = []) =>
15
env.reduce(
0 commit comments