【发布时间】:2015-02-09 16:53:55
【问题描述】:
我阅读了http://learnboost.github.io/stylus/docs/hashes.html 并且没有一个示例对我不起作用。 例如
foo = {
bar: {
baz: {
raz: 10px
}
}
}
qux = "raz"
padding
padding foo["bar"].baz[qux]
编译错误
expected "indent", got "eos"
我做错了什么?
【问题讨论】:
标签: stylus