Franco
10/20/2020, 1:58 AM&& { }
notation to override the default styles in the MaterialUI library using the kotlin-styled
library but I can't find how to do that. I assume there must be a method inside CssBuilder
that does this but I can't find it. Does anyone know what is the same of the method?Marc Knaup
10/20/2020, 2:13 AM"&&" {
// …
}
Franco
10/20/2020, 3:37 AMString.invoke()
extension function inside CssBuilder
which allows for this and I assumed there would be a more clear function to do this like the children()
or descendants()
one.Marc Knaup
10/20/2020, 8:58 AMspecific { … }
and specific(n) { … }
Marc Knaup
10/20/2020, 8:58 AM&&
though but class names directly.Franco
10/20/2020, 10:24 PMspecific()
is the one. Can you show me an example of how you use class names directly to override other styles @Marc Knaup?Marc Knaup
10/20/2020, 10:27 PMspecific()
actually does use &&…
.Franco
10/23/2020, 4:43 AM