extjs4.2 - sencha touch: I could not theme Sencha Touch / ExtJS application -


i developing sencha touch application using sencha architect. have change background color, font color, font-family , icons according company's standard in app.

i tried create sass file
@import 'sencha-touch/base'; @import 'sencha-touch/base/all'; $myapp-font-family:"arial"; $myapp-gray:'#707070'; .x-body{ font-family:$myapp-font-family; background-color:myapp-gray; } .x-panel{ background-color:$myapp-gray; }

it not working / reflecting.

question: how can theme application. how can use sass , css altogether in app. know same extjs also.

--sridhar

if you're using sencha architect, theming built right in if you're using latest version. see this post sencha blog.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -