sassphp icon indicating copy to clipboard operation
sassphp copied to clipboard

PHP bindings to libsass - fast, native Sass parsing in PHP!

Results 2 sassphp issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I couldn't compile sassphp with PHP 8.x ``` /foo/sassphp/8.0/src/sass.c: In function ‘array_to_import’: /foo/sassphp/8.0/src/sass.c:98:53: error: expected ‘)’ before ‘TSRMLS_CC’ 98 |...

Hello I use phpbrew to manage my local PHP versions and it works well together with pecl.php.net. However it is not difficult to compile the _sass_ PHP extension from source...

enhancement