Handle Selector groups
Groups of css selectors that are logically the same will now be combined (#247 thanks @r-wettstaedt!)
.one .two, .one .three {} .one .three, .one .two {}
/* becomes */
.one .two, .one .three {}
Groups of css selectors that are logically the same will now be combined (#247 thanks @r-wettstaedt!)
.one .two, .one .three {} .one .three, .one .two {}
/* becomes */
.one .two, .one .three {}