标签: stylus
我有以下对象/哈希例如:
$colors = { black: #000, gray: #666 }
当我尝试做这样的事情时,我收到expected "indent", got "outdent"错误。
expected "indent", got "outdent"
body background-color $colors.gray
有没有办法做这样的事情?我认为它更容易阅读。
答案 0 :(得分:0)
background-color: $colors['gray']