carto/test/errorhandling/contradiction.mss
Tom MacWright 29b641c72d Detect and report basic self-conflicting filters.
This does not yet report anything for more complex cases. We were also testing for
tolerance of self-conflicting filters, which this breaks, in
partial_overrides. This patch may want to wait for warning reporting
since it may break stylesheets in the wild.
2013-01-03 15:06:07 -05:00

4 lines
66 B
Plaintext

#world[FeatureCla!=""][FeatureCla=""] {
polygon-fill: #fff;
}