【问题标题】:Sencha CSS variable overwrite ignoredSencha CSS 变量覆盖被忽略
【发布时间】:2013-09-01 17:42:20
【问题描述】:

我想去掉 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');

【问题讨论】:

    标签: css sencha-touch sencha-touch-2 sass compass-sass


    【解决方案1】:

    您是否尝试过使用compass clean,然后使用compass compile

    【讨论】:

    • 这没有提供问题的答案。要批评或要求作者澄清,请在他们的帖子下方发表评论 - 您可以随时评论自己的帖子,一旦您有足够的reputation,您就可以comment on any post
    • 这提供了一个答案。 Compass 有时需要清理其缓存以构建有效的 CSS。因此,有时在编译之前进行清理就足以解决问题。
    猜你喜欢
    • 2016-05-07
    • 2012-05-13
    • 2018-08-04
    • 1970-01-01
    • 2022-09-23
    • 1970-01-01
    • 1970-01-01
    • 2020-09-03
    • 1970-01-01
    相关资源
    最近更新 更多