after using Node 20.10.0 and ExtensionDevelopmentT...
# suitecommerce
l
after using Node 20.10.0 and ExtensionDevelopmentTools-24.1.0, I deploying implementing simple extension, However when I do gulp extension:local, it started giving me below error, Not sure why
s
Your CSS is not compatible with Dart Sass. As the error message states, you're extending a compound selector, which is not supported
l
I see update is pending for that theme, Do I need to update that then?
Ok, I must use older version of extension developer tool?
s
Yes, but if this is a custom theme then you will need to update the theme manually
No, you shouldn't use older versions of the tools
You need to make your theme compatible with Dart Sass
1
l
Ohhh, I see
got it..
Thanks as usual...