Hey, i nowdays using patternmatch ids for my components. Before that i used specific color coding in my style.css when a name had a pattern in the id like:
Thanks for the answer. But i found an easy way to do it. Instead of id$= i can use id*=. The id in the div elements are stringified. So as long as Apple appears somewhere in the patternmatch id it is styleable.