mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
N°2982 - Branding: Theme imports with no xsi:type are ignored
This commit is contained in:
@@ -173,11 +173,11 @@ class MFCompilerTest extends ItopTestCase {
|
||||
'ibo-page-banner--text-color' => '$ibo-color-red-100',
|
||||
'ibo-page-banner--text-content' => '"THIS IS A TEST INSTANCE"',
|
||||
],
|
||||
'variable_imports' => [ 'style2' => 'style2.scss'],
|
||||
'utility_imports' => [ 'style1' => 'style1.scss', 'style3' => 'style3.scss'],
|
||||
'variable_imports' => ['ok-because-xsi-type-variables' => 'ok-because-xsi-type-variables.scss'],
|
||||
'utility_imports' => ['ok-because-xsi-type-utilities' => 'ok-because-xsi-type-utilities.scss'],
|
||||
'stylesheets' => [
|
||||
"fullmoon" => '../css/backoffice/main.scss',
|
||||
"environment-banner" => '../css/backoffice/themes/page-banner.scss'
|
||||
"environment-banner" => '../css/backoffice/themes/page-banner.scss',
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user