Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tools/extract-tokens/extract-tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ function extractTokens(themePath: string): Token[] {
// console in JSON format. This call captures it so it can be parsed.
// Note: this is using the synchronous `compileString`, even though the Sass docs claim the async
// version is faster. From local testing the synchronous version was faster (~2s versus ~5s).
console.error(pathToFileURL(absoluteThemePath));
compileString(toCompile, {
loadPaths: [srcPath],
url: pathToFileURL(absoluteThemePath),
Expand Down
Loading