Margame / css-x-fire

Automatically exported from code.google.com/p/css-x-fire
0 stars 0 forks source link

False positives with nested rules #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have a stylesheet with nested rules, e.g. 
  body {
    h2 { property:value }
  }
2. Edit rule "h2" in Firebug (not "body h2")

What is the expected output? What do you see instead?
Expected is no match but insted matches "h2" inside "body".

Original issue reported on code.google.com by ronnie.k...@gmail.com on 10 Dec 2011 at 1:22

GoogleCodeExporter commented 8 years ago

Original comment by ronnie.k...@gmail.com on 10 Dec 2011 at 1:31