Custom Theme Tutorial?

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?

For my workflow, I’ve either gone into the raw scss files work right in there. Or using the new scss file from the CLI, you can just copy the necessary lines from to make your own theme. This would be a good video for our learn site, you should suggest it :smile:

Posted this https://github.com/driftyco/ionic-learn/issues/41.

Hopefully I’ll get something. Thanks.

1 Like