Skip to content

Commit

Permalink
remove unnecssary scss imports and adjust codeowner file
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Apr 15, 2020
1 parent 5ebd38f commit 9b0e441
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/src/legacy/core_plugins/vis_type_vislib/ @elastic/kibana-app
/src/plugins/vis_type_xy/ @elastic/kibana-app
/src/plugins/kibana_legacy/ @elastic/kibana-app
/src/plugins/timelion/ @elastic/kibana-app
/src/plugins/vis_type_timelion/ @elastic/kibana-app
/src/plugins/dashboard/ @elastic/kibana-app
/src/plugins/discover/ @elastic/kibana-app
/src/plugins/vis_type_timeseries/ @elastic/kibana-app
Expand Down
8 changes: 0 additions & 8 deletions src/plugins/vis_type_timelion/public/index.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
// EUI global scope

@import '@elastic/eui/src/themes/eui/eui_colors_light';

@import '@elastic/eui/src/global_styling/functions/index';
@import '@elastic/eui/src/global_styling/variables/index';
@import '@elastic/eui/src/global_styling/mixins/index';

@import '../public/timelion_vis';
@import '../public/timelion_editor';
@import '../public/components/index';

0 comments on commit 9b0e441

Please sign in to comment.