Customizing Themes Using the Tooling
Use the Oracle JET command-line interface (CLI) to add Sass support and customize your application’s theme or specify an alternate theme.
By default, the SCSS files are not included with applications that you scaffold with the Oracle JET CLI. However, you can use tooling commands as described in the procedure below to add node-sass and skeleton theme files to your application. You can then modify the skeleton theme files while the application is running and observe the effect of the change immediately using the live reload feature.
To customize an Oracle JET theme using the tooling:
If needed, scaffold your application as described in Scaffold a Web Application with the Oracle JET CLI or Scaffold a Hybrid Mobile Application with the Oracle JET CLI.
Tip:
To make working with themes easier, Oracle JET provides Theme Builder, an example application and tutorial. You can work with it online to see the effect of changes before you apply them to your own application. You can also download the sample and create your own themes offline for sharing.