The style variables below are not reflected because Codesandbox does not properly import the 'theme.css' file.
:root {
--text-color-primary: #343a40;
--bg-color-main: #fff;
--shadow-island: 0 1px 5px rgba(0, 0, 0, 0.15);
--border-radius-m: 4px;
--space-factor: 0.25rem;
}
This can be solved by changing the 'theme.css' file extension to scss. But it would be better if we could report an issue to Codesandbox to see if it could be solved. Or is there a root cause?


cc @codesandbox
Great find and thanks for the clear description of the problem @yongdamsh! I've deployed a fix now, it should work as expected from now on.
Thanks for the speedy fix @CompuIves! Everything works great now.
Most helpful comment
Great find and thanks for the clear description of the problem @yongdamsh! I've deployed a fix now, it should work as expected from now on.