From 6cb8e1afd2c17d4a3cd849be3f56536b0e06a415 Mon Sep 17 00:00:00 2001 From: Cerdic Date: Wed, 5 Jun 2019 11:11:13 +0200 Subject: [PATCH] Archive information and giving the link to the new repo. (also removing travis and packagist linked that are outdated) --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 53a4c7a4..f5b8be1b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,20 @@ -# scssphp -### +# This repo has been archived -[![Build](https://travis-ci.org/leafo/scssphp.svg?branch=master)](http://travis-ci.org/leafo/scssphp) -[![License](https://poser.pugx.org/leafo/scssphp/license.svg)](https://packagist.org/packages/leafo/scssphp) + +#### Please go to https://github.com/scssphp/scssphp + +---- + +## scssphp + + +![License](https://poser.pugx.org/leafo/scssphp/license.svg) `scssphp` is a compiler for SCSS written in PHP. Checkout the homepage, , for directions on how to use. -## Running Tests +### Running Tests `scssphp` uses [PHPUnit](https://github.com/sebastianbergmann/phpunit) for testing. @@ -38,7 +44,7 @@ To enable the `scss` compatibility tests: TEST_SCSS_COMPAT=1 vendor/bin/phpunit tests -## Coding Standard +### Coding Standard `scssphp` source conforms to [PSR2](http://www.php-fig.org/psr/psr-2/).