Skip to content

Commit

Permalink
fix: option name
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Jan 19, 2025
1 parent 4c92a3d commit d989af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nimiq-css/src/unocss/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ function createPreset() {
const { fonts = true } = options
const presets: Preset['presets'] = [
presetFluidSizing({
fontSizePrefix: '' // we overwrite text-<sm|md|lg...> utilities to use the fluid-typography: text-sm becomes text-12/14
prefixFontSize: '' // we overwrite text-<sm|md|lg...> utilities to use the fluid-typography: text-sm becomes text-12/14
})
]

Expand Down

0 comments on commit d989af3

Please sign in to comment.