Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在试用包裹,但遇到了一个问题。我无法使用导入的 scss 文件中的 scss 变量。
@import "another_file.scss"; body { background-color: map-get($colors-utility, 'error'); }
错误:未定义的变量:“$colors-utility”。
有任何想法吗?