i am going to implement a customized theme using sass. It's completely different look&feel, so i cannot simply modify some variables, e.g. the $base_color. Is there any info about the theme structure. If any, tutorials are welcomed!
i am going to implement a customized theme using sass. It's completely different look&feel, so i cannot simply modify some variables, e.g. the $base_color. Is there any info about the theme structure. If any, tutorials are welcomed!
there is a beta version of a sencha touh theming guide
http://cl.ly/34p6
trainings / workshops / consulting: Sencha Touch / Ext JS
Profile on SenchaDevs
www: http://www.nils-dehl.de
twitter: nilsdehl
meetup: Sencha Touch / Ext JS Meetup Frankfurt
videos: http://vimeo.com/album/1621422
conference photos: http://www.flickr.com/photos/nils-dehl/
Also, if you're looking to really strip out the current themes, you can see how they're set up at least under resources/sass and resources/themes
thx~i read the guide first.
hope you will release more docs about theming~
Does this error look familiar to anyone? Having a serious noob moment getting sass configured.
Code:Mr--Awesome:wwwroot joe$ sass --watch touch/sencha-touch-1.0.1/resources/sass/fw.scss:skin/cffw.css >>> Sass is watching for changes. Press Ctrl-C to stop. WARNING: Neither sencha-touch/default/all.sass nor .scss found. Using sencha-touch/default/all.css instead. This behavior is deprecated and will be removed in a future version. If you really need sencha-touch/default/all.css, import it explicitly. error touch/sencha-touch-1.0.1/resources/sass/cffw.scss (Line 5: Undefined mixin 'sencha-panel'.)
I'm getting this same error. It's such a head scratcher of an error message, too. "Can't find X, so using X instead." Huh???
mrsunshine: any other beta guides? I'd love to read some more on other sencha touch aspects...
That error is likely because it's not finding the Sencha Touch theme files. Check the path listed in your config.rb (and also read that blog article) and let me know if that helps at all-