source: josm/trunk/test/data/renderer/relation-parentselector/style.mapcss

Last change on this file was 12978, checked in by bastiK, 7 years ago

promote old MapCSS reference file to MapCSSRendererTest checks

File size: 251 bytes
Line 
1canvas {
2 default-points: false;
3 default-lines: true;
4}
5
6area[landuse=quarry][test=parent] { fill-color : #aaa; }
7
8way[barrier=fence] { width: 2; color: #F0F050; }
9
10way[barrier=fence] < area[landuse=quarry][test=parent] { fill-color : #f70; }
11
Note: See TracBrowser for help on using the repository browser.