Skip to content

Commit

Permalink
chore: nx format:write update dirty files
Browse files Browse the repository at this point in the history
  • Loading branch information
andes-it committed Nov 25, 2024
1 parent fd84c12 commit 555e0b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libs/island-ui/theme/src/lib/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ import isEqual from 'lodash/isEqual'
import type { StyleRule } from '@vanilla-extract/css'
import omit from 'lodash/omit'
import * as color from './colors/colors'
import { fontPrimitives, spacingPrimitives, radiusPrimitives } from './tokens/tokens'
import {
fontPrimitives,
spacingPrimitives,
radiusPrimitives,
} from './tokens/tokens'

const primaryFont = fontPrimitives.family.primary.$value //?? 'IBM Plex Sans'

Expand Down

0 comments on commit 555e0b6

Please sign in to comment.