-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
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)