Recently i upgraded sencha framework to 2.2, facing problem with the scss. Not able to change the base color($base-color) of the app. follwing is the code i have in app.scss
@import 'sencha-touch/default';
@import 'sencha-touch/default/all';
$base-color: #008c99;
color change is not reflected any where in the app.
Is this the proper way to set the base color of the app, if not please let me know where i fumbled.
thanks in advance.