Skip to content

Commit

Permalink
fixup! Feat(exporters): Variables exporter export new token structure…
Browse files Browse the repository at this point in the history
… #DS-1435
  • Loading branch information
curdaj committed Aug 26, 2024
1 parent db01c9a commit cacebb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exporters/variables-scss/generated/exporter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const generateFileContent = (
tokenTypes: TokenType | TokenType[],
groupNames: string | string[],
withCssObject: boolean,
hasParentPrefix: boolean = false,
hasParentPrefix: boolean,
) => {
let cssTokens = '';
let cssObject = '';
Expand Down

0 comments on commit cacebb3

Please sign in to comment.