Commit 4b323d98 by Torkel Ödegaard

Moved sass for component to @grafana/ui lib

parent a02b4b47
@import 'DeleteButton/DeleteButton';
@import 'components/index';
......@@ -38,6 +38,9 @@
@import 'layout/lists';
@import 'layout/page';
// LOAD @grafana/ui components
@import '../../packages/grafana-ui/src/index';
// COMPONENTS
@import 'components/scrollbar';
@import 'components/cards';
......@@ -98,7 +101,6 @@
@import 'components/form_select_box';
@import 'components/panel_editor';
@import 'components/toolbar';
@import 'components/delete_button';
@import 'components/add_data_source.scss';
@import 'components/page_loader';
@import 'components/thresholds';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment