forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_index.scss
39 lines (35 loc) · 1.13 KB
/
_index.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// Legacy styles to come before all
@import './styles/_legacy/index';
// Prefix all styles with "kbn" to avoid conflicts.
// Examples
// kbnChart
// kbnChart__legend
// kbnChart__legend--small
// kbnChart__legend-isLoading
@import './accessibility/index';
@import './agg_table/index';
@import './chrome/index';
@import './collapsible_sidebar/index';
@import './directives/index';
@import './doc_table/index';
@import './doc_viewer/index';
@import './error_allow_explicit_index/index';
@import './error_auto_create_index/index';
@import './error_url_overflow/index';
@import './exit_full_screen/index';
@import './field_editor/index';
@import './inspector/index';
@import './kbn_top_nav/index';
// @import './timepicker/index';
@import './markdown/index';
@import './notify/index';
@import './partials/index';
@import './query_bar/index';
@import './share/index';
@import './filter_bar/index';
@import './style_compile/index';
// The following are prefixed with "vis"
// Can't import vis folder here because of cascading issues, it's imported in core_plugins/kibana
// @import './vis/index';
@import './vislib/index';
@import './visualize/index';