-
Notifications
You must be signed in to change notification settings - Fork 54
Upgrade to libsass==3.1.0. Resolves #36. Resolves #38. #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
oops, forgot to run the py3 tests, one sec lemme fixup my test |
1 similar comment
Now does it become to have to write |
Anyway, huge thanks for your effort! |
This seems to be the PR which fixes the bug of not having |
Okay, I will consider whether cherry-pick sass/libsass#717 or not, after merging this PR. |
Here's my thoughts (I think you should keep it):
|
Things this does:
compile_dirname
in python (it was dropped from the not-deprecated api)compile_dirname
function replaces.scss
with.css
in the output directory (Add support for extension substitution #36)This is a prerequisite to implementing #13