If I declare a stylesheet property like `val style...
# compose-web
e
If I declare a stylesheet property like
val styleA by style { /*..*/ }
, is there a way to define a
styleB
that inherits from
styleA
?