klen / python-scss

Python scss parser.

Home Page:http://packages.python.org/scss/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem with watch option

bmeyer71 opened this issue · comments

It appears that when I use:

scss -w test.scss:test.css
or
scss -w test.scss

all it outputs in the css file is <scss.parser.Stylesheet object at 0x1c3ca10>

Did I miss something?

Fixed in version 0.8.3

Thanks

Excellent. Works great now. Thanks for the quick fix.

On Monday 25 July 2011 02:56:40 you wrote:

Fixed in version 0.8.3

Thanks