Closed patrickkettner closed 10 years ago
currently in master, given the following css
#crazy{color:black;background-color:purple}
black and purple are matched as :black; and purple}, which means it gets transformed into
black
purple
:black;
purple}
#crazy { color#000000background-color#800080
which causes rework to vomit
this pours pepto all over rework's tum tum
Did you break the tests or did that already happen?
I broke it, checking why now
so that was a pain...
Easiest way to show what happened is with a bunch of links
original last pr now
currently in master, given the following css
black
andpurple
are matched as:black;
andpurple}
, which means it gets transformed intowhich causes rework to vomit
this pours pepto all over rework's tum tum