From 6814ca937691e9f9460085da60250b42c19d4d1a Mon Sep 17 00:00:00 2001 From: Alina Beck Date: Wed, 6 Nov 2019 22:55:04 +0300 Subject: [PATCH] make new design tokens globally available --- webapp/nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/nuxt.config.js b/webapp/nuxt.config.js index ec2502379..17bb5290c 100644 --- a/webapp/nuxt.config.js +++ b/webapp/nuxt.config.js @@ -100,7 +100,7 @@ export default { ** Global processed styles */ styleResources: { - scss: styleguideStyles, + scss: [styleguideStyles, '~view/styles/tokens.scss'], }, /*