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

Updating sass complier #1548

Open bracket-web opened 11 months ago

bracket-web commented 11 months ago

Node 14 end of life that's why node-sass also deprecated

Kindly please switch to default sass instead of using node-sass with the latest node version node-sass does not work because of the node-gyp error so I request you to update the sass compiler with the sass package see here https://www.npmjs.com/package/sass https://sass-lang.com/dart-sass/

Kind regards, Bracket Web

nirojluitel commented 6 months ago

Many recent CSS properties are not supported in Node Sass, which can cause issues when trying to use them in projects. However, modern browsers generally support these new properties, leading to a discrepancy between the supported features in Node Sass and those in the browser.

bracket-web commented 6 months ago

Here is a PR for fixing that sass compiler https://github.com/Automattic/_s/pull/1552

Regards