I successfully uploaded a React project to CodeSandbox locally by utilizing the codesandbox ./
terminal command.
If you want to access the CodeSandbox project, you can find the link here.
However, when trying to view the project in the pane, I encountered an error message saying "PostCSS received undefined instead of CSS string", which is preventing me from seeing the project in the browser.
The issue seems to be with the first two lines of my code in the 'variables.scss' file:
$light-primary: #fdebeb;
$light-grey: #f1f3f6;
Can anyone explain why this is happening?