-
Notifications
You must be signed in to change notification settings - Fork 201
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
⬆️ UPGRADE: Use pyScss instead of libsass #200
⬆️ UPGRADE: Use pyScss instead of libsass #200
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
Codecov Report
@@ Coverage Diff @@
## master #200 +/- ##
==========================================
+ Coverage 91.56% 91.59% +0.03%
==========================================
Files 2 2
Lines 237 238 +1
==========================================
+ Hits 217 218 +1
Misses 20 20
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Well I'm happy to merge this. @pradyunsg any objections? |
As long as pyscss is a drop-in-ish replacement to libsass in terms of syntax etc, no objections. :) |
And, thanks for checking! ^>^ |
Well its always nice to be kept in the loop. Which is apparently not part of the conda-forge policy 👀 conda-forge/staged-recipes#12511 |
+1 from me if it's more lightweight and the outputs are the same (which they seem to be) |
goddamit, straight after I merge, I find out that pyScss doesn't seem to support |
linking Kronuz/pyScss#409 |
Err, I'm not sure about this compiler, now I start to see unadressed issues like this Kronuz/pyScss#370 |
Hmm, libsass doesn't seem to support it either? Or maybe its just me being a newb |
it also doesn't support sourcemap generation Kronuz/pyScss#224 |
:( Are we OK with the GitHub repository not being directly-installable? |
This is kind of funny; I created an issue about the maintenance status Kronuz/pyScss#410, mentioning a few PRs that had been open for months, and within a few hours 4 PRs had been merged of which I was thanked for one. Its still an annoyance that source maps aren't available
I have no strong opinions on this, I rarely install directly from a repo. |
Fix #195