We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I command npm run start
npm run start
but get some errors, File to import not found or unreadable: ~Assets/css/vars. at all scss files.
File to import not found or unreadable: ~Assets/css/vars.
so I change to url(~Assets/css/vars), and get another errors, Undefined variable: "$theme-color
Undefined variable: "$theme-color
The text was updated successfully, but these errors were encountered:
I am also getting the same errors. Here is the error log:
Sorry, something went wrong.
change ~Assets/css/vars to ~ assets/css/vars
~Assets/css/vars
~ assets/css/vars
No branches or pull requests
I command
npm run start
but get some errors,
File to import not found or unreadable: ~Assets/css/vars.
at all scss files.so I change to url(~Assets/css/vars), and get another errors,
Undefined variable: "$theme-color
The text was updated successfully, but these errors were encountered: