You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I set for instance images path or just path? Is there command for scss available? I am looking some thinks like that: http://dahlia.kr/libsass-python/sassc.html
The text was updated successfully, but these errors were encountered:
I found solution in code. But I get another error that crashes python:
sass.compile_file('/home/user/scss/bootstrap.scss')
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct null not valid
Aborted (core dumped)
mociepka
added a commit
to mociepka/python-scss
that referenced
this issue
May 14, 2014
How can I set for instance
images path
or justpath
? Is there command forscss
available? I am looking some thinks like that:http://dahlia.kr/libsass-python/sassc.html
The text was updated successfully, but these errors were encountered: