Join Slack
Powered by
<@U25PL0SKY> By default, nested selectors are just...
# tornadofx
r
Ruckus
07/26/2017, 8:18 PM
@jchildress
By default, nested selectors are just that: nested. So
Copy code
defaultColor0 { chartLineSymbol { ... } }
results in
.default-color0 .chart-line-symbol { ... }
(note the space). To make a union of selectors, you need to use
and
.
3
Views
Open in Slack
Previous
Next