Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Commit 35acfd9

Browse files
committed
Merge pull request #9 from ai/api
Use common PostCSS plugins API
2 parents 435f915 + 78fb0c2 commit 35acfd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,7 @@ module.exports = function (options) {
158158
});
159159
};
160160
};
161+
162+
module.exports.postcss = function (cssTree) {
163+
module.exports()(cssTree);
164+
}

0 commit comments

Comments
 (0)