Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 227d6cd

Browse files
committed
Change destructuring
1 parent 636ae2a commit 227d6cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ const plugin = (opts = {}) => {
4646
...options
4747
});
4848
const ruleProcessor = createRuleProcessor({
49-
unitConverter,
50-
...options
49+
...options,
50+
unitConverter
5151
});
5252
const selectorHelper = createSelectorHelper({ modifierAttr });
5353

0 commit comments

Comments
 (0)