DomoApps / starter-kit

This is an advanced Domo App project starter (boilerplate).
MIT License
20 stars 9 forks source link

Remove all unsafe minification #38

Closed jpumford closed 8 years ago

jpumford commented 8 years ago

I would venture to say that unsafe minification (i.e. removal of unused at-rules) isn't winning us enough in terms of bits and bytes to be worth the bugs we have hunted down. Both @Jonathan-Law and I have spent hours on subtle CSS issues that have arisen from incorrectly minified code.

Can we add safe: true to our cssnano config?

andrewjensen commented 8 years ago

This sounds good to me!

jpumford commented 8 years ago

Solved by #44