PluginProbe
Responsive Menu – Create Mobile-Friendly Menu / 3.0.6
Responsive Menu – Create Mobile-Friendly Menu v3.0.6
4.7.3 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.1.0 4.1.1 4.1.10 4.1.11 4.1.12 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 All 90 releases
responsive-menu / src / app / Mappers / scssphp / README.md

README.md in Responsive Menu – Create Mobile-Friendly Menu 3.0.6, at src/app/Mappers/scssphp/README.md

35 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # scssphp v0.0.12
2 ### <http://leafo.net/scssphp>
3
4 [](http://travis-ci.org/leafo/scssphp![Build Status](https://secure.travis-ci.org/leafo/scssphp.png)](http://travis-ci.org/leafo/scssphp](http://travis-ci.org/leafo/scssphp)
5
6 `scssphp` is a compiler for SCSS written in PHP.
7
8 It implements SCSS 3.2.12. It does not implement the SASS syntax, only the SCSS
9 syntax.
10
11 Checkout the homepage, <http://leafo.net/scssphp>, for directions on how to use.
12
13 ## Running Tests
14
15 `scssphp` uses [](https://github.com/sebastianbergmann/phpunitPHPUnit](https://github.com/sebastianbergmann/phpunit](https://github.com/sebastianbergmann/phpunit) for testing.
16
17 Run the following command from the root directory to run every test:
18
19 phpunit tests
20
21 There are two kinds of tests in the `tests/` directory:
22
23 * `ApiTest.php` contains various unit tests that test the PHP interface.
24 * `ExceptionTest.php` contains unit tests that test for exceptions thrown by the parser and compiler.
25 * `InputTest.php` compiles every `.scss` file in the `tests/inputs` directory
26 then compares to the respective `.css` file in the `tests/outputs` directory.
27
28 When changing any of the tests in `tests/inputs`, the tests will most likely
29 fail because the output has changed. Once you verify that the output is correct
30 you can run the following command to rebuild all the tests:
31
32 BUILD=true phpunit tests
33
34 This will compile all the tests, and save results into `tests/outputs`.
35