Partially revert "Update scssphp to 0.6.6"
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 31 Oct 2016 13:53:29 +0000 (14:53 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 31 Oct 2016 13:54:05 +0000 (14:54 +0100)
commit24d617b298eee99c5456c2c3ce5feb6ee0d85be5
tree87d69c50b449a71ff542012f21b8e71e19782310
parentc83bfa91c3416de51b966fc89c881ee9b503a4d4
Partially revert "Update scssphp to 0.6.6"

This partially reverts commit 0300f0d2a8f585744f9e4e5ae3c163c13adbec49.

Only the changes to the compiler have been reverted, the changes to
the .scss file have been preserved.
26 files changed:
wcfsetup/install/files/lib/system/style/scssphp/LICENSE.md [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/classmap.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/style/scssphp/scss.inc.php
wcfsetup/install/files/lib/system/style/scssphp/src/Base/Range.php
wcfsetup/install/files/lib/system/style/scssphp/src/Block.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Colors.php
wcfsetup/install/files/lib/system/style/scssphp/src/Compiler.php
wcfsetup/install/files/lib/system/style/scssphp/src/Compiler/Environment.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Exception/CompilerException.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Exception/ParserException.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Exception/ServerException.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Formatter.php
wcfsetup/install/files/lib/system/style/scssphp/src/Formatter/Compact.php
wcfsetup/install/files/lib/system/style/scssphp/src/Formatter/Compressed.php
wcfsetup/install/files/lib/system/style/scssphp/src/Formatter/Crunched.php
wcfsetup/install/files/lib/system/style/scssphp/src/Formatter/Debug.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Formatter/Expanded.php
wcfsetup/install/files/lib/system/style/scssphp/src/Formatter/Nested.php
wcfsetup/install/files/lib/system/style/scssphp/src/Formatter/OutputBlock.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Node.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Node/Number.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Parser.php
wcfsetup/install/files/lib/system/style/scssphp/src/Server.php
wcfsetup/install/files/lib/system/style/scssphp/src/Type.php [deleted file]
wcfsetup/install/files/lib/system/style/scssphp/src/Util.php
wcfsetup/install/files/lib/system/style/scssphp/src/Version.php