2017 © Pedro Peláez
 

library scssphp

scssphp is a compiler for SCSS written in PHP.

image

leafo/scssphp

scssphp is a compiler for SCSS written in PHP.

  • Sunday, July 22, 2018
  • by leafo
  • Repository
  • 90 Watchers
  • 1226 Stars
  • 3,040,566 Installations
  • PHP
  • 269 Dependents
  • 44 Suggesters
  • 224 Forks
  • 60 Open issues
  • 52 Versions
  • 9 % Grown

The README.md

This repo has been archived

Please go to https://github.com/scssphp/scssphp


scssphp

License, (*1)

scssphp is a compiler for SCSS written in PHP., (*2)

Running Tests

scssphp uses PHPUnit for testing., (*3)

Run the following command from the root directory to run every test:, (*4)

vendor/bin/phpunit tests

There are several tests in the tests/ directory:, (*5)

  • ApiTest.php contains various unit tests that test the PHP interface.
  • ExceptionTest.php contains unit tests that test for exceptions thrown by the parser and compiler.
  • FailingTest.php contains tests reported in Github issues that demonstrate compatibility bugs.
  • InputTest.php compiles every .scss file in the tests/inputs directory then compares to the respective .css file in the tests/outputs directory.
  • ScssTest.php extracts (ruby) scss tests from the tests/scss_test.rb file.
  • ServerTest.php contains functional tests for the Server class.

When changing any of the tests in tests/inputs, the tests will most likely fail because the output has changed. Once you verify that the output is correct you can run the following command to rebuild all the tests:, (*6)

BUILD=1 vendor/bin/phpunit tests

This will compile all the tests, and save results into tests/outputs., (*7)

To enable the scss compatibility tests:, (*8)

TEST_SCSS_COMPAT=1 vendor/bin/phpunit tests

Coding Standard

scssphp source conforms to PSR2., (*9)

Run the following command from the root directory to check the code for "sniffs"., (*10)

vendor/bin/phpcs --standard=PSR2 bin src tests

The Versions

22/07 2018

dev-master

9999999-dev http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

22/07 2018

v0.7.7

0.7.7.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

24/05 2018

v0.7.6

0.7.6.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

09/02 2018

v0.7.5

0.7.5.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

21/12 2017

v0.7.4

0.7.4.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

19/12 2017

v0.7.3

0.7.3.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

14/10 2017

v0.7.2

0.7.2.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

13/10 2017

v0.7.1

0.7.1.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

13/10 2017

v0.7.0

0.7.0.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

23/02 2017

v0.6.7

0.6.7.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

11/09 2016

v0.6.6

0.6.6.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

20/06 2016

v0.6.5

0.6.5.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

16/06 2016

v0.6.4

0.6.4.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

15/01 2016

v0.6.3

0.6.3.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

17/12 2015

dev-wip/source-maps

dev-wip/source-maps http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

16/12 2015

v0.6.2

0.6.2.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

13/12 2015

v0.6.1

0.6.1.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

04/12 2015

v0.6.0

0.6.0.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

11/11 2015

v0.5.1

0.5.1.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

11/11 2015

v0.5.0

0.5.0.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

css less sass scss stylesheet

09/11 2015

v0.4.0

0.4.0.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

23/10 2015

v0.3.3

0.3.3.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

04/10 2015

v0.3.2

0.3.2.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

12/09 2015

v0.3.1

0.3.1.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

07/09 2015

v0.3.0

0.3.0.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

06/09 2015

v0.2.1

0.2.1.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

25/08 2015

v0.2.0

0.2.0.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

23/08 2015

v0.1.10

0.1.10.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

01/08 2015

v0.1.9

0.1.9.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

18/07 2015

v0.1.8

0.1.8.0 http://leafo.github.io/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

02/07 2015

v0.1.7

0.1.7.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

23/06 2015

v0.1.6

0.1.6.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

02/06 2015

v0.1.5

0.1.5.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

02/06 2015

v0.1.4

0.1.4.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

31/05 2015

v0.1.3

0.1.3.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

20/05 2015

v0.1.2

0.1.2.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

13/08 2014

v0.1.1

0.1.1.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

10/08 2014

v0.1.0

0.1.0.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.3.0

 

The Development Requires

css less sass scss stylesheet

05/08 2014

v0.0.15

0.0.15.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.2.0

 

The Development Requires

05/08 2014

v0.0.14

0.0.14.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.2.0

 

The Development Requires

04/08 2014

v0.0.13

0.0.13.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.2.0

 

The Development Requires

07/07 2014

v0.0.12

0.0.12.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.2.0

 

The Development Requires

05/07 2014

v0.0.11

0.0.11.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.2.0

 

The Development Requires

15/04 2014

0.0.10

0.0.10.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.2.0

 

The Development Requires

24/12 2013

v0.0.9

0.0.9.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.2.0

 

The Development Requires

17/09 2013

v0.0.8

0.0.8.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.2.0

 

The Development Requires

24/05 2013

v0.0.7

0.0.7.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.2.0

 

The Development Requires

12/03 2013

v0.0.5

0.0.5.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

The Requires

  • php >=5.2.0

 

The Development Requires

03/11 2012

v0.0.4

0.0.4.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

02/08 2012

v0.0.3

0.0.3.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

31/07 2012

v0.0.2

0.0.2.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0

30/07 2012

v0.0.1

0.0.1.0 http://leafo.net/scssphp/

scssphp is a compiler for SCSS written in PHP.

  Sources   Download

MIT GPL-3.0