mnussbaumer / cssex

An Elixir based and opinionated way to write CSS
MIT License
20 stars 0 forks source link

fix selectors that have commas #46

Closed mnussbaumer closed 1 year ago

mnussbaumer commented 1 year ago

selectors such as :not(something, something_else), .ok-one {

would be split not only on the selector separator, but also inside the (..) which would bork completely the selectors and chains, creating invalid selectors and borking the rules