1

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?

Curtis Shipley
  • 7,990
  • 1
  • 19
  • 28

1 Answers1

2

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.

sgibly
  • 3,828
  • 1
  • 21
  • 21