-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix discover scss import and improve visualize scss import structure
- Loading branch information
Showing
3 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
src/legacy/core_plugins/kibana/public/discover/np_ready/components/_index.scss
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,2 +1,3 @@ | ||
@import 'fetch_error/index'; | ||
@import 'field_chooser/index'; | ||
@import 'doc_viewer/index'; |
12 changes: 2 additions & 10 deletions
12
src/legacy/core_plugins/kibana/public/visualize/_index.scss
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,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'; |
10 changes: 10 additions & 0 deletions
10
src/legacy/core_plugins/kibana/public/visualize/np_ready/_index.scss
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 |
---|---|---|
@@ -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'; |