Skip to content

Commit fcf0190

Browse files
committed
Fix plugin export
1 parent fb6ca55 commit fcf0190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type ResolvedConfig = ReturnType<typeof resolveConfig>;
1212

1313
const DEFAULT_BASE_FONT_SIZE = 10;
1414

15-
export const baseFontSizePlugin = plugin.withOptions<Options>(
15+
export = plugin.withOptions<Options>(
1616
({ baseFontSize = DEFAULT_BASE_FONT_SIZE } = {}) => {
1717
return ({ addBase }) => {
1818
addBase({

0 commit comments

Comments
 (0)