Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chu121su12 committed Jun 4, 2022
1 parent 6a0ff3f commit dd2167a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preset-mini/src/rules/border.ts
Expand Up @@ -65,7 +65,7 @@ const borderColorResolver = (direction: string) => ([, body]: string[], theme: T
if (direction === '') {
return {
'--un-border-opacity': colorOpacityToString(cssColor),
'border-color': colorToString(cssColor, `var(--un-border-opacity)`),
'border-color': colorToString(cssColor, 'var(--un-border-opacity)'),
}
}
else {
Expand Down

0 comments on commit dd2167a

Please sign in to comment.