#selector { marker-width: ramp([price], (10, 20), (100)); } /* Expected output: #selector { marker-width: 10; [ price > 100 ] { marker-width: 20 } } */