Skip to content
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

Open
mvdve opened this issue Oct 18, 2015 · 11 comments
Open

Remove or update http://leafo.net/scssphp #357

mvdve opened this issue Oct 18, 2015 · 11 comments
Assignees

Comments

@mvdve
Copy link

mvdve commented Oct 18, 2015

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.

@matboehm
Copy link

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.

@osavchenko
Copy link
Contributor

+1

@pierre-sarrazin
Copy link

http://leafo.net/scssphp is always the first.

@aharbavets
Copy link

aharbavets commented Mar 30, 2016

+1. And even worse, version 0.0.12 works on some servers and does not on others. It made me crazy.

@dccampbell
Copy link

@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.

@ankurk91
Copy link

http://leafo.net/scssphp/ shows docs for v0.12
while https://leafo.github.io/scssphp/ seems to have latest docs (v0.6.5)

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.

@fancyme
Copy link

fancyme commented Mar 7, 2017

+1

@vanilla-thunder
Copy link

nice, totally wasted half an hour because of this stuff. This bug seems to be very hard to fix :D

@camlafit
Copy link

Hello

bug always present :) Should be nice to do a simple redirection to github pages

Thanks a lot

@luc122c
Copy link

luc122c commented Sep 26, 2018

How is this still an open bug? 😄

@Cerdic
Copy link
Contributor

Cerdic commented May 7, 2019

I think only @leafo as the ability to fix that :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests