Skip to content

Commit 9463176

Browse files
committed
correct import
1 parent 7a8c05a commit 9463176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/sass.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { dartCompile } from "./dart-sass.ts";
1717
import * as ld from "./lodash.ts";
1818
import { lines } from "./text.ts";
1919
import { md5Hash } from "./hash.ts";
20-
import { debug } from "../vendor/deno.land/[email protected]/log/mod.ts";
20+
import { debug } from "log/mod.ts";
2121

2222
export interface SassVariable {
2323
name: string;

0 commit comments

Comments
 (0)