diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-05 13:47:10 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-05 13:47:10 +0200 |
| commit | 920b17ffa4b742d256706d9c39066a8c1ada0921 (patch) | |
| tree | 67e2e9096c50287f1745fa15cb970b730a8b3d83 /brunch-config.js | |
| parent | fb4e50a1dab6784ad66a3f0156ab0fd50eea7e0a (diff) | |
Add clean css plugin
Diffstat (limited to 'brunch-config.js')
| -rw-r--r-- | brunch-config.js | 3 |
1 files changed, 3 insertions, 0 deletions
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 + }, }, }; |
