mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Moved sass for component to @grafana/ui lib
This commit is contained in:
parent
a02b4b47b6
commit
4b323d9879
1
packages/grafana-ui/src/components/index.scss
Normal file
1
packages/grafana-ui/src/components/index.scss
Normal file
@ -0,0 +1 @@
|
||||
@import 'DeleteButton/DeleteButton';
|
1
packages/grafana-ui/src/index.scss
Normal file
1
packages/grafana-ui/src/index.scss
Normal file
@ -0,0 +1 @@
|
||||
@import 'components/index';
|
0
packages/grafana-ui/src/utils/colors.ts
Normal file
0
packages/grafana-ui/src/utils/colors.ts
Normal file
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user