标签: reactjs sass create-react-app
就这么简单,我在同一目录中有App.scss和hello.scss。
App.scss
hello.scss
当我导入时:App.scss中的@import 'hello.scss'
@import 'hello.scss'
我收到此错误
hello.scss所包含的全部是.hello color: red;
.hello color: red;
提到我已安装node-sass和sass-loader。
node-sass
sass-loader