Automattic / _s

Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
http://underscores.me/
GNU General Public License v2.0
10.92k stars 3.12k forks source link

fix: sass update #1552

Open bracket-web opened 6 months ago

bracket-web commented 6 months ago

Changes proposed in this Pull Request:

I recently got issues with node-sass in node 18 so I updated the sass compiler node-sass to normal sass here is the official sass documentation about that https://sass-lang.com/install/ https://prnt.sc/9s5XOenDOOvM

It is also updated .gitignore with yarn.lock because when we use yarn as a package manager, it's not required to load on the main repository.

Related issue(s):

  1. Sass update
  2. fixing yarn.lock ignore
StfBauer commented 6 months ago

Works find so far. Thanks for the update.