Does anyone know of a tutorial for completely customising Ionic?
The official tutorial doesn’t really explain how to best set up a custom theme in terms of not overriding core files. In my experiments, I’ve tried setting up separate Sass files to override variables and such, but I inevitably end up needing to jump into the core Sass partials and edit the core CSS in order to get the results I need.
So has anyone managed to develop a good workflow and file setup for theming? Any tips at all?