We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4333a9e commit 131418bCopy full SHA for 131418b
1 file changed
src/core/dart-sass.ts
@@ -76,7 +76,7 @@ function resolveSassCommand(options?: DartCommandOptions): {
76
baseArgs: string[];
77
} {
78
const installDir = options?.installDir;
79
- if (!installDir) {
+ if (installDir == null) {
80
const dartOverrideCmd = Deno.env.get("QUARTO_DART_SASS");
81
if (dartOverrideCmd) {
82
if (!existsSync(dartOverrideCmd)) {
0 commit comments