Skip to content

Commit 1b8755f

Browse files
committed
Adjust plugin exports
1 parent ae6664d commit 1b8755f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ const plugin = (options = {}) => {
5151
}
5252
}
5353
};
54-
export default plugin;
5554
plugin.postcss = true;
55+
56+
export default plugin;

0 commit comments

Comments
 (0)