We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f190e commit 87d15b7Copy full SHA for 87d15b7
packages/postcss-purgecss/src/index.ts
@@ -128,3 +128,4 @@ const purgeCSSPlugin: postcss.PluginCreator<UserDefinedOptions> = function (
128
purgeCSSPlugin.postcss = true;
129
130
export default purgeCSSPlugin;
131
+export { purgeCSSPlugin };
0 commit comments