Upgrade scssphp
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 29 Nov 2018 16:07:24 +0000 (17:07 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 29 Nov 2018 16:51:21 +0000 (17:51 +0100)
commitc9f63fcce3e6af66710999267dcd26b882b1167b
treea3a51bf8937fc63b63bd3abb797e501f64694b72
parent27783606fc44c96811f0e23da6267ccb2df0425e
Upgrade scssphp
53 files changed:
wcfsetup/install/files/lib/system/api/bin/pscss [new symlink]
wcfsetup/install/files/lib/system/api/composer.json
wcfsetup/install/files/lib/system/api/composer.lock
wcfsetup/install/files/lib/system/api/composer/ClassLoader.php
wcfsetup/install/files/lib/system/api/composer/autoload_psr4.php
wcfsetup/install/files/lib/system/api/composer/autoload_static.php
wcfsetup/install/files/lib/system/api/composer/installed.json
wcfsetup/install/files/lib/system/api/leafo/scssphp/LICENSE.md [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/README.md [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/bin/pscss [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/composer.json [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/example/Server.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/scss.inc.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Base/Range.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Block.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Colors.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Compiler.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Compiler/Environment.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Exception/CompilerException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Exception/ParserException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Exception/RangeException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Exception/ServerException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter/Compact.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter/Compressed.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter/Crunched.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter/Debug.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter/Expanded.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter/Nested.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Formatter/OutputBlock.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Node.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Node/Number.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Parser.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/SourceMap/Base64VLQEncoder.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/SourceMap/SourceMapGenerator.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Type.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Util.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/leafo/scssphp/src/Version.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/style/scssphp/classmap.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/scss.inc.php
wcfsetup/install/files/lib/system/style/scssphp/src/Base/Range.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Colors.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Compiler.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Formatter.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Formatter/Compact.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Formatter/Compressed.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Formatter/Crunched.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Formatter/Expanded.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Formatter/Nested.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Parser.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Server.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Util.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Version.php [deleted file]