From 985a66c3723dce2616f1f08cf6533796c13e5f47 Mon Sep 17 00:00:00 2001 From: Vadim Dalecky Date: Wed, 28 Jul 2021 09:47:55 +0200 Subject: [PATCH] fix: remove trailing comma Closes https://github.com/streamich/nano-css/issues/246 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index bb3ff540..7952afdc 100644 --- a/index.js +++ b/index.js @@ -48,7 +48,7 @@ exports.create = function (config) { }, putRaw: function (rawCssRule) { renderer.raw += rawCssRule; - }, + } }, config); if (renderer.client) {