Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-gupta7 committed Oct 10, 2024
1 parent c959066 commit 5997138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function getThemeReferences(prefixStylesWithThemeName?: boolean) {

const figmaStyleReferences: Map<string, string> = new Map();
const figmaVariableReferences: RawVariableReferenceMap = new Map();

const activeThemes = themeInfo.themes?.filter((theme) => Object.values(themeInfo.activeTheme).some((v) => v === theme.id));

const stylePathPrefix = prefixStylesWithThemeName && activeThemes.length > 0 ? activeThemes[activeThemes.length - 1].name : undefined;
Expand Down

0 comments on commit 5997138

Please sign in to comment.