标签: reactjs saas
我是新来的应聘者。我在项目中使用saas进行全局变量导入。完成所有saas设置后,我得到的是未定义的变量。如果我在Teststyle中导入变量可以正常工作,但是我想进行全局导入。 >
_Variables.scss $bgColor:red _TestStyle.scss .header { color:$bgColor } index.scss @import "Variables.scss"; @import "TestStyle.scss";
未定义变量$ bgColor