ExtJs 4.2 compiling theme using compass -
according sencha's documentation creating , compiling new themes should done using sencha cmd.
i'd create new theme (which inherit existing one) , able compile using compass without sencha cmd.
any idea how so?
if want create new theme scratch, bit overwhelming , i'd recommend trying extend existing theme first. basically, theme consists of 2 large parts: css templates , javascript overrides; css in turn split between sass code, mixins , variables.
there's theming guide discuss theme building 4.2; inheritance examples can take @ existing themes: e.g., gray theme extends classic theme, in turn inherits neutral theme, has base theme parent. neptune can give lots of javascript override examples, too.
Comments
Post a Comment