| Name: | php-scssphp |
|---|---|
| Version: | 0.6.7 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 257885 |
| License: | MIT |
| RPM: | php-scssphp-0.6.7-1.el7.noarch.rpm |
| Source RPM: | php-scssphp-0.6.7-1.el7.src.rpm |
| Build Date: | Fri Dec 08 2017 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://leafo.github.io/scssphp |
| Summary: | A compiler for SCSS written in PHP |
| 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 |
- Updated to 0.6.7 (RHBZ #1426927) - Switch autoloader to php-composer(fedora/autoloader) - Test with SCLs if available
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Updated to 0.6.6 (RHBZ #1376293)
- Updated to 0.6.5 (RHBZ #1347068) - Dropped pre-0.1.0 compat
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Updated to 0.4.0 (RHBZ #1274939) - Removed php-json dependency
- Updated to 0.3.2 (RHBZ #1268709)
- Updated to 0.3.1 (RHBZ #1256168)
- Updated URL
- Added standard "php-{COMPOSER_VENDOR}-{COMPOSER_PROJECT}" naming provides
- Added library version value check
- Updated to 0.1.9 (RHBZ #1238727) - As of version 0.1.7 license is just MIT (i.e. GPLv3 removed)
- Updated to 0.1.6 (RHBZ #1226748) - Added autoloader