You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style an element and add a background color... say color.blue
change it to color.red. save. app updates to red.
now just comment it out and save. color stays red.
I'm wondering if we should go through all the elements and remove any styles (or set the elements back to their "default" state) before reapplying the styles.
Thoughts?
The text was updated successfully, but these errors were encountered:
Take for instance
background_color
. Try this:color.blue
color.red
. save. app updates to red.I'm wondering if we should go through all the elements and remove any styles (or set the elements back to their "default" state) before reapplying the styles.
Thoughts?
The text was updated successfully, but these errors were encountered: