Skip to content

Version 0.2.8 Released on PyPi

Compare
Choose a tag to compare
@nueverest nueverest released this 21 Aug 00:18
· 41 commits to master since this release

Performance enhancement during recent/on_modify case. Only build the css_text based on new
class selectors created during the most recent modification. Append this to the pre-existing css_text then
overwrite blowdry.css or blowdry.min.css. A new parameter css_text was added to blowdry.parse() and
to the override for the watchdog event handler. Special test created to verify that the css_text is
handled properly.