Please tell me how to include our own pictos in sencha 2.0. This is my .scss
file.
$base_color:#FF83D6;
@import 'sencha-touch/default/all';
@include sencha-toolbar-ui('india', #66FF66, 'matte');
@include sencha-button-ui('india', #66ff66, 'matte');
@include sencha-button-ui('india', #66ff66, 'matte');
@include pictos-iconmask(PICTOS_NAME);
PICTOS_NAME
should be replaced with what so that I can use it?