mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
Update composer dependencies
This commit is contained in:
parent
49cc39e507
commit
cbd324c35b
428 changed files with 17862 additions and 5885 deletions
4
vendor/leafo/scssphp/bin/pscss
vendored
4
vendor/leafo/scssphp/bin/pscss
vendored
|
|
@ -169,11 +169,11 @@ if ($dumpTree) {
|
|||
|
||||
$scss = new Compiler();
|
||||
|
||||
if ($debugInfo && $inputFile) {
|
||||
if ($debugInfo) {
|
||||
$scss->setLineNumberStyle(Compiler::DEBUG_INFO);
|
||||
}
|
||||
|
||||
if ($lineNumbers && $inputFile) {
|
||||
if ($lineNumbers) {
|
||||
$scss->setLineNumberStyle(Compiler::LINE_COMMENTS);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue