carto/test/rendering-mss/issue_197.mss

6 lines
91 B
Plaintext
Raw Normal View History

2014-06-11 23:52:06 +08:00
@foo: 6;
@a: 8;
#bar[zoom > @foo] { marker-width: 1; }
#a[zoom = @a] { marker-width: 1; }