Skip to content
New issue

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

While running yarn start getting an error of @import "mixins" in sass #6

Open
umer-abid opened this issue Mar 23, 2021 · 2 comments
Open

Comments

@umer-abid
Copy link

Failed to compile.

./src/airdrop/AirdropToast.module.scss (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-7-1!./node_modules/postccss-loader/src??postcss!./node_modules/resolve-url-loader??ref--5-oneOf-7-3!./node_modules/sass-loader/dist/cjs.js?r?ref--5-oneOf-7-4!./src/airdrop/AirdropToast.module.scss)
SassError: File to import not found or unreadable: mixins.
on line 1 of C:\Users\Umer\Desktop\test\terra-web-app\src\airdrop\AirdropToast.module.scss

@import "mixins";
^

Capture

@RylandCapital
Copy link

RylandCapital commented May 5, 2021

I received the same error.

  1. I downloaded the repository
  2. I went to env.developement file and changes HOSTS to 127.0.0.1 local.mirror.finance (because I dont see etc/hosts I am assuming that was it)
  3. yarn install
  4. yarn start

Is there an easy step maybe something dumb I am missing?

@RylandCapital
Copy link

got the app to compile.

changed .env SASS_PATH=src/styles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants