In CSS in OpenLaszlo, you can kind-of define a CSS class like this:
Skin[name="mySkin"] {
backgroundColor: #ff0000;
textColor: #00ff00;
}
Does our implementation of CSS create an object somewhere that
represents this selector?
Basically, I'm trying to get a hold of the CSS properties that are defined for Skin[name="mySkin"]. Is LzCSSStyle.getRulesCache() the only way to go?
Thanks, Antun
