mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
Update composer dependencies
This commit is contained in:
parent
06f5151f8f
commit
365d7cdba9
58 changed files with 1245 additions and 5987 deletions
11
vendor/leafo/scssphp/src/Node.php
vendored
11
vendor/leafo/scssphp/src/Node.php
vendored
|
|
@ -12,7 +12,7 @@
|
|||
namespace Leafo\ScssPhp;
|
||||
|
||||
/**
|
||||
* SCSS node
|
||||
* Base node
|
||||
*
|
||||
* @author Anthon Pang <anthon.pang@gmail.com>
|
||||
*/
|
||||
|
|
@ -26,10 +26,15 @@ abstract class Node
|
|||
/**
|
||||
* @var integer
|
||||
*/
|
||||
public $sourcePosition;
|
||||
public $sourceIndex;
|
||||
|
||||
/**
|
||||
* @var integer
|
||||
*/
|
||||
public $sourceIndex;
|
||||
public $sourceLine;
|
||||
|
||||
/**
|
||||
* @var integer
|
||||
*/
|
||||
public $sourceColumn;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue