Skip to content

Commit

Permalink
fix discover scss import and improve visualize scss import structure
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Dec 20, 2019
1 parent 29af8ad commit 86ddf21
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@import 'fetch_error/index';
@import 'field_chooser/index';
@import 'doc_viewer/index';
12 changes: 2 additions & 10 deletions src/legacy/core_plugins/kibana/public/visualize/_index.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
// Prefix all styles with "vis" to avoid conflicts.
// Examples
// visChart
// visChart__legend
// visChart__legend--small
// visChart__legend-isLoading

@import 'np_ready/editor/index';
@import 'np_ready/listing/index';
@import 'np_ready/wizard/index';
// Visualize plugin styles
@import 'np_ready/index';
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Prefix all styles with "vis" to avoid conflicts.
// Examples
// visChart
// visChart__legend
// visChart__legend--small
// visChart__legend-isLoading

@import 'editor/index';
@import 'listing/index';
@import 'wizard/index';

0 comments on commit 86ddf21

Please sign in to comment.