aminembarki / cssjanus

Automatically exported from code.google.com/p/cssjanus
Apache License 2.0
0 stars 0 forks source link

rule name gets flipped #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

.content > .right:not(.ignore) {
  display:block;
}

What is the expected output? 
.content > .right:not(.ignore) {
  display:block;
}

What do you see instead?

.content > .left:not(.ignore) {
  display:block;
}

What version of the product are you using? On what operating system?
http://cssjanus.commoner.com/

Please provide any additional information below.
rule name shouldn't be flipped.

Original issue reported on code.google.com by myou...@gmail.com on 1 Jan 2014 at 4:23