In this chapter, we will take a look at theming with Ionic. Theming in Ionic is simple and easy to implement. The Ionic team has taken great efforts in simplifying and modularizing theming in Ionic. In a nutshell, theming in Ionic happens at component level, as well as platform level (iOS, Android, and WP). Ionic uses SCSS to work with theming. We will be going through the following topics in this chapter:
- Sass versus SCSS
- Working with SCSS variables
- Platform-level and page/component-level overrides