mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
fix ci after merge from branch 'feature/3588-precompil-fix'
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
@import 'included_file1.scss';
|
||||
@import 'included_scss/included_file2.scss';
|
||||
|
||||
/*!
|
||||
* Combodo portal template v1.0.0
|
||||
*/
|
||||
2
test/application/theme-handler/expected/css/simple_import.scss
vendored
Normal file
2
test/application/theme-handler/expected/css/simple_import.scss
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
@import 'included_file1.scss';
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
@import 'included_scss/included_file2.scss';
|
||||
Reference in New Issue
Block a user