Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/32.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
忽略Sencha CSS变量覆盖_Css_Sencha Touch_Sencha Touch 2_Sass_Compass Sass - Fatal编程技术网

忽略Sencha CSS变量覆盖

忽略Sencha CSS变量覆盖,css,sencha-touch,sencha-touch-2,sass,compass-sass,Css,Sencha Touch,Sencha Touch 2,Sass,Compass Sass,我想删除Sencha Touch 2.2中的按钮默认笔划 $button-stroke-weight : 0px ; 当我用compass编译下面的文件时,我得到了“相同”的结果,并且主题没有实际的变化 $button-stroke-weight : 0px ; $base-gradient: 'flat'; @import 'sencha-touch/default'; @import 'sencha-touch/default/all'; // Custom code goes he

我想删除Sencha Touch 2.2中的按钮默认笔划

$button-stroke-weight : 0px ;
当我用compass编译下面的文件时,我得到了“相同”的结果,并且主题没有实际的变化

$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');

您是否尝试过使用
指南针清洁
,然后使用
指南针编译

这并不能回答问题。若要评论或要求作者澄清,请在其帖子下方留下评论-您可以随时对自己的帖子发表评论,一旦您有足够的评论,您就可以发表评论。这将提供一个答案。Compass有时需要清理缓存以构建有效的CSS。因此,有时在编译之前进行清理就足以解决问题。