looshi / Blaze-Haus

Edit blaze templates and css at runtime
6 stars 0 forks source link

Scope styles to html output #18

Closed looshi closed 9 years ago

looshi commented 9 years ago

Upon editing one template, then selecting another template, the styles from the previous template are still in the CSSOM. They should at least be reset when selecting another template, and ideally scoped to the htmlOutput div.

steps to replicate : 1 select a template from the list 2 change to the body background color to red in the CSS 3 navigate to home page / 4 select another template

expected results the body background color should be set to the current template i'm viewing

actual results the body background still shows the red color

looshi commented 9 years ago

done