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
Gordon Truslove
09/24/2020, 3:21 PM
2020.1 by the way, I've tried adding to modules array "../extensions/CustomSass", "../extensions/CustomSass@1.0.0", "extensions/CustomSass".....
s
Steve Goldberg
09/24/2020, 4:34 PM
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.
Steve Goldberg
09/24/2020, 4:35 PM
You should put your custom Sass in your theme
g
Gordon Truslove
09/24/2020, 5:32 PM
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.