Skip to content

Commit

Permalink
Fix mixins import
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover committed Apr 20, 2020
1 parent 5d893d6 commit 329c044
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/core/public/index.scss
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';

0 comments on commit 329c044

Please sign in to comment.