Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-scssphp | Distribution: Fedora Project |
Version: 1.10.5 | Vendor: scssphp |
Release: 3.fc39 | Build date: Fri Jul 21 07:16:14 2023 |
Group: Unspecified | Build host: buildvm-ppc64le-28.iad2.fedoraproject.org |
Size: 554502 | Source RPM: php-scssphp-1.10.5-3.fc39.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/scssphp/scssphp | |
Summary: A compiler for SCSS written in PHP |
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. The library autoloader is: /usr/share/php/ScssPhp/ScssPhp/autoload.php
MIT
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Aug 09 2022 Christopher Engelhard <ce@lcts.de> - 1.10.5-1 - Update to 1.10.5-1 (rhbz#1876684, rhbz#1933633) - Upstream has changed from leafo/scssphp to scssphp/scssphp on packagist - Update tests for PHP 8 and PHPUnit 9 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
/usr/bin/pscss /usr/share/doc/php-scssphp /usr/share/doc/php-scssphp/README.md /usr/share/doc/php-scssphp/composer.json /usr/share/licenses/php-scssphp /usr/share/licenses/php-scssphp/LICENSE.md /usr/share/php/ScssPhp /usr/share/php/ScssPhp/ScssPhp /usr/share/php/ScssPhp/ScssPhp/Base /usr/share/php/ScssPhp/ScssPhp/Base/Range.php /usr/share/php/ScssPhp/ScssPhp/Block /usr/share/php/ScssPhp/ScssPhp/Block.php /usr/share/php/ScssPhp/ScssPhp/Block/AtRootBlock.php /usr/share/php/ScssPhp/ScssPhp/Block/CallableBlock.php /usr/share/php/ScssPhp/ScssPhp/Block/ContentBlock.php /usr/share/php/ScssPhp/ScssPhp/Block/DirectiveBlock.php /usr/share/php/ScssPhp/ScssPhp/Block/EachBlock.php /usr/share/php/ScssPhp/ScssPhp/Block/ElseBlock.php /usr/share/php/ScssPhp/ScssPhp/Block/ElseifBlock.php /usr/share/php/ScssPhp/ScssPhp/Block/ForBlock.php /usr/share/php/ScssPhp/ScssPhp/Block/IfBlock.php /usr/share/php/ScssPhp/ScssPhp/Block/MediaBlock.php /usr/share/php/ScssPhp/ScssPhp/Block/NestedPropertyBlock.php /usr/share/php/ScssPhp/ScssPhp/Block/WhileBlock.php /usr/share/php/ScssPhp/ScssPhp/Cache.php /usr/share/php/ScssPhp/ScssPhp/Colors.php /usr/share/php/ScssPhp/ScssPhp/CompilationResult.php /usr/share/php/ScssPhp/ScssPhp/Compiler /usr/share/php/ScssPhp/ScssPhp/Compiler.php /usr/share/php/ScssPhp/ScssPhp/Compiler/CachedResult.php /usr/share/php/ScssPhp/ScssPhp/Compiler/Environment.php /usr/share/php/ScssPhp/ScssPhp/Exception /usr/share/php/ScssPhp/ScssPhp/Exception/CompilerException.php /usr/share/php/ScssPhp/ScssPhp/Exception/ParserException.php /usr/share/php/ScssPhp/ScssPhp/Exception/RangeException.php /usr/share/php/ScssPhp/ScssPhp/Exception/SassException.php /usr/share/php/ScssPhp/ScssPhp/Exception/SassScriptException.php /usr/share/php/ScssPhp/ScssPhp/Exception/ServerException.php /usr/share/php/ScssPhp/ScssPhp/Formatter /usr/share/php/ScssPhp/ScssPhp/Formatter.php /usr/share/php/ScssPhp/ScssPhp/Formatter/Compact.php /usr/share/php/ScssPhp/ScssPhp/Formatter/Compressed.php /usr/share/php/ScssPhp/ScssPhp/Formatter/Crunched.php /usr/share/php/ScssPhp/ScssPhp/Formatter/Debug.php /usr/share/php/ScssPhp/ScssPhp/Formatter/Expanded.php /usr/share/php/ScssPhp/ScssPhp/Formatter/Nested.php /usr/share/php/ScssPhp/ScssPhp/Formatter/OutputBlock.php /usr/share/php/ScssPhp/ScssPhp/Logger /usr/share/php/ScssPhp/ScssPhp/Logger/LoggerInterface.php /usr/share/php/ScssPhp/ScssPhp/Logger/QuietLogger.php /usr/share/php/ScssPhp/ScssPhp/Logger/StreamLogger.php /usr/share/php/ScssPhp/ScssPhp/Node /usr/share/php/ScssPhp/ScssPhp/Node.php /usr/share/php/ScssPhp/ScssPhp/Node/Number.php /usr/share/php/ScssPhp/ScssPhp/OutputStyle.php /usr/share/php/ScssPhp/ScssPhp/Parser.php /usr/share/php/ScssPhp/ScssPhp/SourceMap /usr/share/php/ScssPhp/ScssPhp/SourceMap/Base64.php /usr/share/php/ScssPhp/ScssPhp/SourceMap/Base64VLQ.php /usr/share/php/ScssPhp/ScssPhp/SourceMap/SourceMapGenerator.php /usr/share/php/ScssPhp/ScssPhp/Type.php /usr/share/php/ScssPhp/ScssPhp/Util /usr/share/php/ScssPhp/ScssPhp/Util.php /usr/share/php/ScssPhp/ScssPhp/Util/Path.php /usr/share/php/ScssPhp/ScssPhp/ValueConverter.php /usr/share/php/ScssPhp/ScssPhp/Version.php /usr/share/php/ScssPhp/ScssPhp/Warn.php /usr/share/php/ScssPhp/ScssPhp/autoload.php
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jul 10 00:08:09 2024