We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3329fe2 commit 9bd8e1cCopy full SHA for 9bd8e1c
src/core/sass.ts
@@ -86,7 +86,6 @@ export async function compileSass(
86
const userLayers = mergeLayers(
87
...bundles.map((bundle) => bundle.user || []).flat(),
88
);
89
- console.log("userLayers", userLayers);
90
91
// Gather sasslayer for the user
92
const userUses = userLayers.uses; //bundles.map((bundle) => bundle.user?.uses || "");
0 commit comments