styled-components / babel-plugin-styled-components

Improve the debugging experience and add server-side rendering support to styled-components
MIT License
1.07k stars 141 forks source link

fix minifier bug #366 #376

Closed agriffis closed 2 years ago

agriffis commented 2 years ago

The minifier doesn't distinguish between selectors and rules, so we preserve any whitespace separator preceding a colon.

agriffis commented 2 years ago

@probablyup :eyes: