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 5e06f9e commit 9952707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sass_plugin_setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ export default function sassPluginSetup(
async (args) => {
const path = new URL('.', args.path).pathname

console.log(path, args.path);

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

console.log(path, args.path);

return {
contents: '',
Expand Down

0 comments on commit 9952707

Please sign in to comment.