I'm trying to follow the "Extend a Sass File" help...
# suitecommerce
g
I'm trying to follow the "Extend a Sass File" help. Seems like there is an issue at 4.1.a The example code is out of date. Try as I might, I can't get my custom Sass folder to be included in the build. https://developers.suitecommerce.com/section4305360627
2020.1 by the way, I've tried adding to modules array "../extensions/CustomSass", "../extensions/CustomSass@1.0.0", "extensions/CustomSass".....
s
I assume you mean this document instead: https://netsuite.custhelp.com/app/answers/detail/a_id/51081. In any case, I am somewhat confused by this document as we haven't recommended the inclusion of Sass within the core code since we introduced themes.
You should put your custom Sass in your theme
g
So just directly edit the code? That’s what I’d been doing before. I’ve been trying to use the latest tutorials this time though , to make sure I’m up to date.