Skip to content

Instantly share code, notes, and snippets.

@wlach
Created January 13, 2021 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wlach/8c7fc5abd046537f1d7348bfd8d55203 to your computer and use it in GitHub Desktop.
Save wlach/8c7fc5abd046537f1d7348bfd8d55203 to your computer and use it in GitHub Desktop.
wlach@antwerp glean-dictionary % npm run dev
> glean-dictionary@0.1.0 dev /Users/wlach/src/glean-dictionary
> rollup --config --watch
rollup v2.36.1
bundles src/main.js → public/build/bundle.js...
[!] (plugin svelte) Error: (body-font-family: (Inter, X-LocaleSpecific, sans-serif), button-font-family: (Metropolis, Inter, X-LocaleSpecific, sans-serif), title-font-family: (Metropolis, Inter, X-LocaleSpecific, sans-serif)) isn't a valid CSS value.
197 │ $theme-firefox: map-collect($theme-fonts-firefox, $theme-colors-firefox, $theme-type-scale-firefox);
│ ^^^^^^^^^^^^^^^^^^^^
node_modules/@mozilla-protocol/core/protocol/css/includes/_themes.scss 197:29 @import
node_modules/@mozilla-protocol/core/protocol/css/includes/_lib.scss 48:9 @import
node_modules/@mozilla-protocol/core/protocol/css/base/elements/_details.scss 5:9 @import
node_modules/@mozilla-protocol/core/protocol/css/base/_elements.scss 11:9 @import
node_modules/@mozilla-protocol/core/protocol/css/protocol.scss 32:9 @import
src/App.svelte 1:9 root stylesheet
src/App.svelte
Error: (body-font-family: (Inter, X-LocaleSpecific, sans-serif), button-font-family: (Metropolis, Inter, X-LocaleSpecific, sans-serif), title-font-family: (Metropolis, Inter, X-LocaleSpecific, sans-serif)) isn't a valid CSS value.
197 │ $theme-firefox: map-collect($theme-fonts-firefox, $theme-colors-firefox, $theme-type-scale-firefox);
│ ^^^^^^^^^^^^^^^^^^^^
node_modules/@mozilla-protocol/core/protocol/css/includes/_themes.scss 197:29 @import
node_modules/@mozilla-protocol/core/protocol/css/includes/_lib.scss 48:9 @import
node_modules/@mozilla-protocol/core/protocol/css/base/elements/_details.scss 5:9 @import
node_modules/@mozilla-protocol/core/protocol/css/base/_elements.scss 11:9 @import
node_modules/@mozilla-protocol/core/protocol/css/protocol.scss 32:9 @import
src/App.svelte 1:9 root stylesheet
at Object._newRenderError (/Users/wlach/.npm-packages/lib/node_modules/sass/sass.dart.js:13494:19)
at Object._wrapException (/Users/wlach/.npm-packages/lib/node_modules/sass/sass.dart.js:13337:16)
at _render_closure1.call$2 (/Users/wlach/.npm-packages/lib/node_modules/sass/sass.dart.js:79938:21)
at _RootZone.runBinary$3$3 (/Users/wlach/.npm-packages/lib/node_modules/sass/sass.dart.js:27187:18)
at _FutureListener.handleError$1 (/Users/wlach/.npm-packages/lib/node_modules/sass/sass.dart.js:25715:19)
at _Future__propagateToListeners_handleError.call$0 (/Users/wlach/.npm-packages/lib/node_modules/sass/sass.dart.js:26012:49)
at Object._Future__propagateToListeners (/Users/wlach/.npm-packages/lib/node_modules/sass/sass.dart.js:4539:77)
at _Future._completeError$2 (/Users/wlach/.npm-packages/lib/node_modules/sass/sass.dart.js:25845:9)
at _AsyncAwaitCompleter.completeError$2 (/Users/wlach/.npm-packages/lib/node_modules/sass/sass.dart.js:25188:12)
at Object._asyncRethrow (/Users/wlach/.npm-packages/lib/node_modules/sass/sass.dart.js:4288:17)
[2021-01-13 09:31:12] waiting for changes...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment