-
Notifications
You must be signed in to change notification settings - Fork 215
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
Remove or update http://leafo.net/scssphp #357
Comments
I had the same problem! When I looked for preset variables I was confused, because I couldn't find it in the documentation. It took a while until I realized there were two official sites and I was on the outdated one. So please, either update http://leafo.net/scssphp or remove. |
+1 |
http://leafo.net/scssphp is always the first. |
+1. And even worse, version 0.0.12 works on some servers and does not on others. It made me crazy. |
@leafo This causes a lot of confusion and really should be addressed ASAP. I would recommend just having http://leafo.net/scssphp redirect to https://leafo.github.io/scssphp. |
http://leafo.net/scssphp/ shows docs for v0.12 it took me hours to know that i was reading outdated documentation. <?php
require "scssphp/scss.inc.php";
$scss = new scssc();
echo $scss->compile('
$color: #abc;
div { color: lighten($color, 20%); }
'); Above code never worked for me because i have installed 0.6.5. |
+1 |
nice, totally wasted half an hour because of this stuff. This bug seems to be very hard to fix :D |
Hello bug always present :) Should be nice to do a simple redirection to github pages Thanks a lot |
How is this still an open bug? 😄 |
I think only @leafo as the ability to fix that :) |
The website http://leafo.net/scssphp is outdated, but it is still shown first in Google.
It would be a shame for such a great library when people are disappointed because of the old version.
It would be great when the website is updated or forwarded to new github.io page.
The text was updated successfully, but these errors were encountered: