Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-scssphp - A compiler for SCSS written in PHP

Website:
http://leafo.github.io/scssphp
Licence:
MIT
Vendor:
Remi Collet
Description:
SCSS (http://sass-lang.com/) is a CSS preprocessor that adds many features like
variables, mixins, imports, color manipulation, functions, and tons of other
powerful features.

The entire compiler comes in a single class file ready for including in any kind
of project in addition to a command line tool for running the compiler from the
terminal.

scssphp implements SCSS. It does not implement the SASS syntax, only the SCSS
syntax.

Autoloader: /usr/share/php/Leafo/ScssPhp/autoload.php

Packages

php-scssphp-0.8.4-1.remi.src [147 KiB] Changelog by Remi Collet (2019-09-13):
- update to 0.8.4
- add patch for PHP 7.4 from
  https://github.com/leafo/scssphp/pull/710
php-scssphp-0.8.3-1.remi.src [140 KiB] Changelog by Shawn Iwinski (2019-06-03):
- Update to 0.8.3 (RHBZ #1716011)
php-scssphp-0.8.2-1.remi.src [134 KiB] Changelog by Shawn Iwinski (2019-05-10):
- Update to 0.8.2 (RHBZ #1703256)
php-scssphp-0.7.7-1.remi.src [125 KiB] Changelog by Remi Collet (2018-12-21):
- update to 0.7.7
php-scssphp-0.7.6-1.remi.src [127 KiB] Changelog by Shawn Iwinski (2018-05-28):
- Update to 0.7.6 (RHBZ #1582167)
- Add composer.json to repo
php-scssphp-0.7.5-2.remi.src [127 KiB] Changelog by Shawn Iwinski (2018-03-25):
- Update get source script to save in spec directory
- Update phpcompatinfo computed dependencies
- Remove code sniffer dependency and test
- Modify upstream test run