1 2 3 4 5 6 7 8
/* Define a step class named "customstate" rendered with red text on a yellow background: */ Step.customstate { & CollapsibleTitle { color: red; } background: yellow; & MoultiLog { scrollbar-corner-color: yellow; } }