In my project I am creating a "live edit" page where the user can select a primary and secondary color and once they select the color it updates in the iframe for their site. Currently the functionality would only allow me to do this once. If I changed the primary color and then changed the secondary color it would overwrite the first color. This pull requests adds an option to use appended styles instead.
In my project I am creating a "live edit" page where the user can select a primary and secondary color and once they select the color it updates in the iframe for their site. Currently the functionality would only allow me to do this once. If I changed the primary color and then changed the secondary color it would overwrite the first color. This pull requests adds an option to use appended styles instead.