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. You should manually add any new Sass files to the files array that you introduce as part of your theme customizations.
Note:
When listing a new Sass file, declare each file in an order that makes the most semantic sense within the Sass hierarchy.
1//...2"sass": {3 "entry_points":{ 4 "shopping":"Modules/Shopping/shopping.scss",5 "myaccount": "Modules/MyAccount/myaccount.scss",6 "checkout": "Modules/Checkout/checkout.scss"7 }8 "files":[ 9 "Modules/Shopping/shopping.scss",10 "Modules/MyAccount/myaccount.scss",11 "Modules/Checkout/checkout.scss",12 "Modules/twitter-bootstrap-sass@3.3.1/assets/stylesheets/bootstrap/_alerts.scss",13 //...14 ]15}16//...Frequently Asked Questions (4)
How should I order new Sass files in the 'files' array?
Do I automatically need to update the 'sass' object when deploying new themes?
What happens if I omit a new Sass file from the 'files' array?
Is it necessary to specify application entry points in the 'entry_points' object?
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.
- Testing Fulfillment and Product Sync in NetSuite Connector
Manual procedures for testing order, fulfillment, price, quantity, and full product sync processes in NetSuite Connector.
- Overrides
Documentation article about Overrides
- Configuring Payment Methods for NetSuite Connector Setup
Set up payment methods in NetSuite Connector to ensure proper order sync and fulfillment functionality.
Advertising
Reach General Professionals
Put your product in front of NetSuite experts who work with General every day.
Sponsor This Category