mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-61529 core: update lib scssphp to version 0.7.5
This commit is contained in:
parent
b63a3b04b1
commit
c8842113a7
28 changed files with 834 additions and 564 deletions
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* SCSSPHP
|
||||
*
|
||||
* @copyright 2012-2017 Leaf Corcoran
|
||||
* @copyright 2012-2018 Leaf Corcoran
|
||||
*
|
||||
* @license http://opensource.org/licenses/MIT MIT
|
||||
*
|
||||
|
@ -18,5 +18,5 @@ namespace Leafo\ScssPhp;
|
|||
*/
|
||||
class Version
|
||||
{
|
||||
const VERSION = 'v0.6.7';
|
||||
const VERSION = 'v0.7.5';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue