in a tornadofx stylesheet, how would i target `*`,...
# tornadofx
h
in a tornadofx stylesheet, how would i target
*
, or the equivilant? edit: looking through the source, found the
star
property
👍 3
a
that's cool I didn't know that! you can also style your css by hierarchy
h
yeah, it’s really neat. scss is much better than regular css imop