Skip to content

Commit

Permalink
Rename sass import
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Sep 10, 2024
1 parent c8f8f4e commit e956f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import test from "ava";
import fs from "fs";
import Eleventy, { RenderPlugin } from "@11ty/eleventy";
import sass from "sass";
import * as sass from "sass";

function normalize(str) {
if(typeof str !== "string") {
Expand Down

0 comments on commit e956f2c

Please sign in to comment.