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 7a8c05a commit 9463176Copy full SHA for 9463176
src/core/sass.ts
@@ -17,7 +17,7 @@ import { dartCompile } from "./dart-sass.ts";
17
import * as ld from "./lodash.ts";
18
import { lines } from "./text.ts";
19
import { md5Hash } from "./hash.ts";
20
-import { debug } from "../vendor/deno.land/[email protected]/log/mod.ts";
+import { debug } from "log/mod.ts";
21
22
export interface SassVariable {
23
name: string;
0 commit comments