Christer Larsen

Results 9 comments of Christer Larsen

Same issue for me: [1352](https://github.com/volta-cli/volta/issues/1352)

I have a freshly installed new mac with no .bashrc, still have same problem. Thought .zsh was the default terminal now for mac.

@ScreamZ I will leave it up to the developers to fix the issue. Will use NVM until this bug is patched. There is no difference with your .zshrc file compared...

For what I can understand it would be something like this: **Fylker(all):** - 2017 - 2019 - 2020 (until 2023) - 2024 (latest) **Kommuner(all-all):** - 2019 (from 1960) - 2020...

@wingkwong Here I seem to have same issue: https://stackblitz.com/edit/stackblitz-starters-2gqjvm

@wingkwong Thanks for looking into this! I tried adding the extend, however the colors of CircularProgress are the same for light and dark mode. That seems a bit odd, or...

By adding these objects it seems to work for all except default. Not sure why the default key is not taking the changes. Also when changing theme the colors do...

> > I tried adding the extend, however the colors of CircularProgress are the same for light and dark mode. > > does other components work with light and dark...

How do I solve this: ```SCSS @mixin col-2($defaultSpan: 1) { @include grid-layout(); grid-template-columns: repeat(auto-fit, minmax(40%, 0.5fr)); > * { grid-column: span $defaultSpan; @include breakpoints.tablet() { grid-column: span 1; } }...