Skip to content

Commit

Permalink
Update sass_plugin_setup.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Jan 12, 2024
1 parent b60e00d commit c95985c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sass_plugin_setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ export default function sassPluginSetup(

const fileContent = await Deno.readTextFile(args.path);

console.log(path, args.path);

try {
const css = sass(
fileContent,
Expand All @@ -59,8 +57,6 @@ export default function sassPluginSetup(
loader: 'css',
};
}


},
);
}

0 comments on commit c95985c

Please sign in to comment.