Skip to content

Commit

Permalink
Update salt.css.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyvc authored Sep 18, 2023
1 parent 856e5ac commit 4ffcc1e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/theme/src/salt/salt.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ createGlobalTheme('.saltAccordionSection', accordionVars, {
}
});

export const iconSizeVars = createGlobalThemeContract({
size: '--saltIcon-size-multiplier'
});

createGlobalTheme('.saltIcon', iconSizeVars, {
size: '1'
});

const densities = [
'.salt-density-high',
'.salt-density-medium',
Expand Down

0 comments on commit 4ffcc1e

Please sign in to comment.