forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
// Functions need to be first, since we use them in our variables and mixin definitions | ||
@import '@elastic/eui/src/global_styling/functions/index'; | ||
|
||
// Variables come next, and are used in some mixins | ||
@import '@elastic/eui/src/global_styling/variables/index'; | ||
|
||
// Mixins provide generic code expansion through helpers | ||
@import '@elastic/eui/src/global_styling/mixins/index'; | ||
// This file is built by both the legacy and KP build systems so we need to | ||
// import this explicitly | ||
@import '../../legacy/ui/public/styles/_styling_constants'; | ||
|
||
@import './chrome/index'; | ||
@import './overlays/index'; | ||
@import './rendering/index'; | ||
|
||
// Global styles need to be migrated | ||
@import '../../legacy/ui/public/styles/_legacy/_index'; |