Skip to content

Commit ae89944

Browse files
authored
Merge pull request leafo#708 from Cerdic/dev/readme
Archive information on the readme
2 parents 3346c95 + 6cb8e1a commit ae89944

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
1-
# scssphp
2-
### <http://leafo.github.io/scssphp>
1+
# This repo has been archived
32

4-
[![Build](https://travis-ci.org/leafo/scssphp.svg?branch=master)](http://travis-ci.org/leafo/scssphp)
5-
[![License](https://poser.pugx.org/leafo/scssphp/license.svg)](https://packagist.org/packages/leafo/scssphp)
3+
4+
#### Please go to https://github.com/scssphp/scssphp
5+
6+
----
7+
8+
## scssphp
9+
<http://leafo.github.io/scssphp>
10+
11+
![License](https://poser.pugx.org/leafo/scssphp/license.svg)
612

713
`scssphp` is a compiler for SCSS written in PHP.
814

915
Checkout the homepage, <http://leafo.github.io/scssphp>, for directions on how to use.
1016

11-
## Running Tests
17+
### Running Tests
1218

1319
`scssphp` uses [PHPUnit](https://github.com/sebastianbergmann/phpunit) for testing.
1420

@@ -38,7 +44,7 @@ To enable the `scss` compatibility tests:
3844

3945
TEST_SCSS_COMPAT=1 vendor/bin/phpunit tests
4046

41-
## Coding Standard
47+
### Coding Standard
4248

4349
`scssphp` source conforms to [PSR2](http://www.php-fig.org/psr/psr-2/).
4450

0 commit comments

Comments
 (0)