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.95k stars 3.12k forks source link

Replaced deprecated node-sass with sass (#1491) #1499

Open vjandrea opened 3 years ago

vjandrea commented 3 years ago

Changes proposed in this Pull Request:

Related issue(s):

1491

maeseoki commented 2 years ago

Found and error in watch script: "watch": "sass sass/:./ --source-map --style expanded --indented -w",

"--indented" shoudn't be there, as scss doesn't needs it, and throws a copiling error.