Closed afonsolage closed 12 months ago
If the entity changes, the new matching style doesn't update.
Given the following CSS:
#red-bg { background-color: red; } #blue-bg { background-color: blue; }
If I change some entity during the runtime from Name("red-bg") to Name("blue-bg") the style doesn't update. I have to manually update the StyleSheet in order to do so.
Name("red-bg")
Name("blue-bg")
StyleSheet
If the entity changes, the new matching style doesn't update.
Given the following CSS:
If I change some entity during the runtime from
Name("red-bg")
toName("blue-bg")
the style doesn't update. I have to manually update theStyleSheet
in order to do so.