We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6ca55 commit fcf0190Copy full SHA for fcf0190
src/index.ts
@@ -12,7 +12,7 @@ type ResolvedConfig = ReturnType<typeof resolveConfig>;
12
13
const DEFAULT_BASE_FONT_SIZE = 10;
14
15
-export const baseFontSizePlugin = plugin.withOptions<Options>(
+export = plugin.withOptions<Options>(
16
({ baseFontSize = DEFAULT_BASE_FONT_SIZE } = {}) => {
17
return ({ addBase }) => {
18
addBase({
0 commit comments