Skip to content

Commit 8629077

Browse files
Merge pull request #170 from joomdev/dev
Leafo\ScssPhp\Compiler issue resolved
2 parents cde0838 + 93e2b42 commit 8629077

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

astroid/astroid-framework/astroid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<libraryname>astroid</libraryname>
55
<author>JoomDev</author>
66
<creationDate>Aug 2020</creationDate>
7-
<version>2.4.0</version>
7+
<version>2.4.1</version>
88
<url>https://www.astroidframework.com</url>
99
<copyright>Copyright (C) 2020 Joomdev, Inc. All rights reserved.</copyright>
1010
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

astroid/astroid-framework/framework/helper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
jimport('joomla.filesystem.folder');
1414
jimport('joomla.filesystem.element');
1515

16-
use Leafo\ScssPhp\Compiler;
16+
use ScssPhp\ScssPhp\Compiler;
1717

1818
\JModelLegacy::addIncludePath(JPATH_ADMINISTRATOR . '/components/com_cache/models', 'CacheModel');
1919

@@ -162,7 +162,7 @@ public static function compileSass($sass_path, $css_path, $sass, $css, $variable
162162
require_once JPATH_LIBRARIES . '/' . 'astroid' . '/' . 'framework' . '/' . 'library' . '/' . 'scssphp' . '/' . 'scss.inc.php';
163163
$scss = new Compiler();
164164
$scss->setImportPaths($sass_path);
165-
$scss->setFormatter('Leafo\ScssPhp\Formatter\Compressed');
165+
$scss->setFormatter('ScssPhp\ScssPhp\Formatter\Compressed');
166166
if (!empty($variables)) {
167167
$scss->setVariables($variables);
168168
}

astroid/astroid-framework/framework/library/astroid/Helper/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class Constants
1515
{
16-
public static $astroid_version = '2.4.0';
16+
public static $astroid_version = '2.4.1';
1717
public static $fontawesome_version = '5.12.1';
1818
public static $animatecss_version = '3.7.0';
1919
public static $forum_link = 'https://www.joomdev.com/forum/astroid-framework';

pkg_astroid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<packagerurl>https://www.astroidframework.com</packagerurl>
77
<author>JoomDev</author>
88
<creationDate>Aug 2020</creationDate>
9-
<version>2.4.0</version>
9+
<version>2.4.1</version>
1010
<url>https://www.joomdev.com</url>
1111
<copyright>Copyright (C) 2020 Joomdev, Inc. All rights reserved.</copyright>
1212
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

0 commit comments

Comments
 (0)