Sass
Documentation article about Sass
Sass
Sass
The sass object declares the paths to each application entry point and all Sass files to be loaded when you deploy. If you introduce a new Sass file into your extension workspace, you must manually add it to the files array within the sass object.
Note:
If manually listing Sass files, declare each file in an order that makes the most semantic sense within the Sass hierarchy. If the developer tools automatically added a Sass file, the entry is always at the end of the files array. However, your dependencies may require that this order be changed. Check the order in which a file was added to the array because the developer tools always add a file to the end of the array.
1//...2"sass": {3 "entry_points": {4 "shopping": "Modules/MyCoolModule/Sass/_mycoolextension-mycoolmodule.scss",5 "myaccount": "Modules/MyCoolModule/Sass/_mycoolextension-mycoolmodule.scss",6 "checkout": "Modules/MyCoolModule/Sass/_mycoolextension-mycoolmodule.scss"7 },8 "files": [9 "Modules/MyCoolModule/Sass/_mycoolextension-mycoolmodule.scss",10 "Modules/MyCoolModule/Sass/_mycoolmodule.scss",11 "Modules/AdditionalCoolModule/Sass/_mycoolextension-additionalcoolmodule.scss",12 "Modules/AdditionalCoolModule/Sass/_additionalcoolmodule.scss"13 "Modules/AdditionalCoolModule/Sass/sass-extension_myNewSassFile.scss"14 ]15},16//...Frequently Asked Questions (4)
Do I need to manually add new Sass files to the deployment configuration in NetSuite?
In what order should I list Sass files in the configuration?
What happens if I don't change the order of automatically added Sass files?
Is adjusting the order of Sass files acquired automatically by developer tools necessary?
Was this article helpful?
More in General
- Field Service Management Enhancements and Bug Fixes for 2026
Overview of the 2026 Field Service Management SuiteApp updates showcasing enhancements and bug fixes.
- Example
Documentation article about Example
- Pass String Literals
Documentation article about Pass String Literals
- Manual Edits
Documentation article about Manual Edits
Advertising
Reach General Professionals
Put your product in front of NetSuite experts who work with General every day.
Sponsor This Category