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 e4c9d96 commit 6f687dcCopy full SHA for 6f687dc
tools/extract-tokens/extract-tokens.ts
@@ -97,7 +97,6 @@ function extractTokens(themePath: string): Token[] {
97
// console in JSON format. This call captures it so it can be parsed.
98
// Note: this is using the synchronous `compileString`, even though the Sass docs claim the async
99
// version is faster. From local testing the synchronous version was faster (~2s versus ~5s).
100
- console.error(pathToFileURL(absoluteThemePath));
101
compileString(toCompile, {
102
loadPaths: [srcPath],
103
url: pathToFileURL(absoluteThemePath),
0 commit comments