我想删除 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');