0

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

1 回答 1

0

您是否尝试过 acompass clean然后 a compass compile

于 2013-08-29T16:11:08.820 回答