mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix SASS import order or plugins (#22090)
This commit is contained in:
parent
b6fdd494eb
commit
a17c550f83
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
@import '../../../../src/ui/public/styles/styling_constants';
|
||||
|
||||
// Dashboard styles
|
||||
@import './dashboard/index';
|
||||
|
||||
// Discover styles
|
||||
@import 'discover/index';
|
||||
@import 'discover/index';
|
||||
|
||||
// Dashboard styles
|
||||
// MUST STAY AT THE BOTTOM BECAUSE OF DARK THEME IMPORTS
|
||||
@import './dashboard/index';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue