mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 01:09:20 +00:00
e1d0f1e61c
- Make sure common styles are loaded for all components - Add icon in user menu Fixes renders of: - Language button (no top margin and button styles) - MenuPortal (no left margins) Change-Id: I98b4820b6d91d46fd27a1d433d5bacd187a7cbb0
6 lines
201 B
JavaScript
6 lines
201 B
JavaScript
import { configure } from '@storybook/html';
|
|
import './common.less';
|
|
|
|
// automatically import all files ending in *.stories.js
|
|
configure(require.context('../stories', true, /\.stories\.js$/), module);
|