add new design tokens to storybook webpack config

This commit is contained in:
Alina Beck 2019-11-06 22:48:46 +03:00
parent fc387f63e2
commit 983587dcb8

View File

@ -23,6 +23,10 @@ module.exports = async ({ config, mode }) => {
__dirname,
'../node_modules/@human-connection/styleguide/dist/shared.scss',
),
path.resolve(
__dirname,
'../view/styles/tokens.scss',
),
],
injector: 'prepend',
},