Hi everyone,
happily working on my portfolio website using the github-pages gem alongside the default jekyll-sass-converter i wanted to use a SASS / SCSS linter in Visual Studio Code.
The SASS/SCSS linter plugin asked me to uninstall SASS so I did using brew install sass/sass/sass
. After doing so bundle exec jekyll serve
doesn’t compile my SCSS file anymore.
I have tried reinstalling the github-pages gem and removed the homebrew SASS version as well. But so far i can’t get jekyll back to compile my *.scss files.
Any ideas how to fix this?
Thank you!