Open
Description
I think it would simplify the code to expose the following instead of compile
:
def compile_string(s, **kwargs):
# ...
# and
def compile_file(filename, **kwargs):
# ...
and drop compile_directory
(libsass has hard deprecated it)