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.
2 parents 7b267e0 + 08b75a2 commit e6d81c8Copy full SHA for e6d81c8
index.js
@@ -4,7 +4,7 @@ const cssoToPostcss = require('./lib/cssoToPostcss.js');
4
5
module.exports = (options = {}) => ({
6
postcssPlugin: 'postcss-csso',
7
- Once(root, { result, postcss }) {
+ OnceExit(root, { result, postcss }) {
8
result.root = cssoToPostcss(compress(postcssToCsso(root), options).ast, postcss);
9
}
10
});
0 commit comments