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 6f44c0f commit 3dcba7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sass_plugin_setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export default function sassPluginSetup(
onLoadFunction(
{ filter: /\.scss$/ },
async (args) => {
console.log(args);

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

Expand Down

0 comments on commit 3dcba7b

Please sign in to comment.