It looks like things are set up to have just one stylesheet (default.css) for the entire application. Is there any way to have a stylesheet per view controller?
For iOS, you can use the @import
tag in case you wish to organize your CSS better.
The Android version, unfortunately, is lacking this support due to a bug and I hope this will be fixed soon.