Dominik Prokop 7 лет назад
Родитель
Сommit
c08313842c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/grafana-ui/.storybook/config.ts

+ 1 - 1
packages/grafana-ui/.storybook/config.ts

@@ -1,6 +1,6 @@
 import { configure } from '@storybook/react';
 import { configure } from '@storybook/react';
 
 
-import '@grafana/ui/src/components/index.scss';
+import '../../../public/sass/grafana.light.scss';
 
 
 // automatically import all files ending in *.stories.tsx
 // automatically import all files ending in *.stories.tsx
 const req = require.context('../src/components', true, /.story.tsx$/);
 const req = require.context('../src/components', true, /.story.tsx$/);