From 920b17ffa4b742d256706d9c39066a8c1ada0921 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 5 Jul 2021 13:47:10 +0200 Subject: Add clean css plugin --- brunch-config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'brunch-config.js') diff --git a/brunch-config.js b/brunch-config.js index 523f678..445e944 100644 --- a/brunch-config.js +++ b/brunch-config.js @@ -10,5 +10,8 @@ module.exports = { }, plugins: { stylus: {}, + cleancss: { + level: 2 + }, }, }; -- cgit v1.2.3