Skip to content

Commit

Permalink
fix: remove trailing comma
Browse files Browse the repository at this point in the history
Closes #246
  • Loading branch information
streamich authored Jul 28, 2021
1 parent c2e0a99 commit 985a66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exports.create = function (config) {
},
putRaw: function (rawCssRule) {
renderer.raw += rawCssRule;
},
}
}, config);

if (renderer.client) {
Expand Down

1 comment on commit 985a66c

@streamich
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build version: 5.3.2-master.140 🤞 master on CircleCI 🎉

Please sign in to comment.