Update to scssphp/scssphp 1.4
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 6 Jan 2021 13:28:58 +0000 (14:28 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 6 Jan 2021 13:28:58 +0000 (14:28 +0100)
commit8f38629872f923aacb5b66ef4fc5d8c9f8b10e8b
tree577c70713cd88a5470246c89de9ed16596972041
parentce5e31cf7ca77d29888a824a90235135b48d349b
Update to scssphp/scssphp 1.4
29 files changed:
wcfsetup/install/files/lib/system/api/composer.json
wcfsetup/install/files/lib/system/api/composer.lock
wcfsetup/install/files/lib/system/api/composer/InstalledVersions.php
wcfsetup/install/files/lib/system/api/composer/installed.json
wcfsetup/install/files/lib/system/api/composer/installed.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/README.md
wcfsetup/install/files/lib/system/api/scssphp/scssphp/bin/pscss
wcfsetup/install/files/lib/system/api/scssphp/scssphp/composer.json
wcfsetup/install/files/lib/system/api/scssphp/scssphp/scss.inc.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Block.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Cache.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Compiler.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Exception/SassScriptException.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter/Compact.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter/Compressed.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter/Crunched.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter/Debug.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter/Expanded.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter/Nested.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Formatter/OutputBlock.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Node/Number.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/OutputStyle.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Parser.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/SourceMap/Base64VLQ.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/SourceMap/SourceMapGenerator.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Util.php
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Util/Path.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/scssphp/scssphp/src/Version.php