手写笔:将变量存储在对象中

时间:2015-04-08 15:21:46

标签: stylus

我有以下对象/哈希例如:

$colors = {
   black: #000,
   gray: #666
}

当我尝试做这样的事情时,我收到expected "indent", got "outdent"错误。

body
    background-color $colors.gray

有没有办法做这样的事情?我认为它更容易阅读。

1 个答案:

答案 0 :(得分:0)

background-color: $colors['gray']