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

Error when use system sass compiler #855

Open
artem-totality opened this issue Sep 7, 2023 · 1 comment
Open

Error when use system sass compiler #855

artem-totality opened this issue Sep 7, 2023 · 1 comment

Comments

@artem-totality
Copy link

artem-totality commented Sep 7, 2023

Koala version 2.3.0 for Linux MX 64

When I use koala by default with SCSS it doesn`t complile properly such case:

$gap: 12px; width: calc(50% - $gap);
to
width: calc(50% - 12px);

I installed npm install -g sass. Then I try in command line for example sass style.scss style.css, and all work perfectly!

Then i go to the Settings>Sass>Advanced Settings>Use the system sass compiler, and enter sass.
After that i have error
/home/user/dev/my.scss
/bin/sh: 1: sass: not found

If i enter here ful path /home/totality/.nvm/versions/node/v20.5.0/bin/sass
Then I see error /home/user/dev/my.scss with only pass to my scss file.

Why does it happen, and how I can use system compiler?

error_koala

error_koala2

@doc-souhail
Copy link

Koala app not supported anymore, we have same problemes with Bootstrap v5, try other compiler like Dart sass

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