jasonlav

Results 3 issues of jasonlav

When adding handlebars indented with HTML below, the close curly braces are not added to the appropriate place. ![example](https://cloud.githubusercontent.com/assets/7593912/4566650/c8e0160e-4f2a-11e4-87ea-72735bacf91e.gif)

bug

Added reflow method to simplify task of modifying style properties and immediately animating with those changes. ``` el.style.opacity = 0; Move(el) .reflow() //Reflows DOM element so animation will occur .set('opacity',...

CSS extend does not suggest from stylesheets in Handlebar typed files (https://github.com/daaain/Handlebars).