Sencha Touch 2.2 でボタンのデフォルト ストロークを削除したいと考えています。
$button-stroke-weight : 0px ;
次のファイルをコンパスでコンパイルすると、「同一」になり、テーマに実際の変更はありません。
$button-stroke-weight : 0px ;
$base-gradient: 'flat';
@import 'sencha-touch/default';
@import 'sencha-touch/default/all';
// Custom code goes here..
@include sencha-button-ui('positive', #8AB24F, 'flat');
@include sencha-button-ui('negative', #888888, 'flat');
@include icon('mail');