cssninjaStudio / fresh

🚀 Free Astro Landing page starter

Home Page:https://fresh.cssninja.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SASS compiling not working?

killerog opened this issue · comments

Hi,

I'm pretty new to this, so maybe it's just me but I can't get the variables to actually change on the page.

First I tried to add compileSASS to the parallel in gulpfile.js but that gave an error related to autoprefixer. If I comment out that pipe it doesn't throw an error anymore but it doesn't seem to have any effect. I tried adding the setupBulma but that doesn't do anything either for the actual colors shown on the site.
Editing the SCSS files works well though, so there's probably some issue with the SASS compiling that I'm not sure why that's happening?

Hi,

Could you post some log or stack trace of your error? Does it fail silently? What is your nodejs version?