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

Commit

Permalink
Merge branch 'ai-bracketless' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
borodean committed Aug 18, 2015
2 parents 15d01d4 + 3fd3a9f commit 90623e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,7 @@ Assets.prototype.postcss = function (css) {
};

module.exports = postcss.plugin('postcss-assets', function (options) {
return new Assets(options);
var assets = new Assets(options);

return assets.postcss;
});

0 comments on commit 90623e6

Please sign in to comment.