mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 04:04:00 -06:00
dcc02a8ebe
* feat(sass): introduce font-file-path var to define where to load fonts from * feat(storybook): introduce storybook sass theme styles to set font file paths * chore(sass): change imports so treated as sass rather than css * feat(storybook): filter assets so builds dont contain thousands of files
7 lines
240 B
SCSS
7 lines
240 B
SCSS
// reset font file paths so storybook loads them based on
|
|
// staticDirs defined in packages/grafana-ui/.storybook/main.ts
|
|
$font-file-path: './public/fonts';
|
|
$fa-font-path: $font-file-path;
|
|
|
|
@import '../../../public/sass/grafana.dark.scss';
|