You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow clean-css and csso to be set as configuration options, and appropriate defaults applied. It's quite convenient to use default of cssnano, where you just need to set the cssnano options. But if you want to use any of the alternatives, you need a lot of configuration to override the minify function as shown in readme. It could just be given as a config value or which minifier you want to use, and appropriate defaults set.