markstory / mini-asset

A simple set of asset build tools that provides a config file and extensible integrations with pre-processors & minifiers.
MIT License
64 stars 17 forks source link

Don't strip whitespace in front of pseudo classes #44

Closed markstory closed 7 years ago

markstory commented 7 years ago

Don't remove whitespace before common pseudo classes. They can be used unprefixed to select any child element.

Refs #42