We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
小程序(@nutui/nutui-react-taro)
1.0.0
18.0.0
dev:weapp
npm
16.18.0
chrome
Windows 11
Taro v3.5.7
github.com/jdf2e/nutui-react
npm run dev:weapp
正常运行项目
出现文件引入报错: SassError: SassError: Can't find stylesheet to import. ╷ 1036 │ @import '../price/Price.scss'; │ ^^^^^^^^^^^^^^^^^^^^^ ╵ ../../packages/card/card.scss 1036:9 root stylesheet
main 分支
The text was updated successfully, but these errors were encountered:
fix: 引入样式文件运行报错(jdf2e#439)
81993d6
在项目根目录执行 npm run dev:taro:weapp
Sorry, something went wrong.
fix: 引入样式文件运行报错(#439) (#441)
f87cb41
Co-authored-by: 黄海婷 <ohaitings@gmail.com>
No branches or pull requests
NutUI scenes(nutui 场景)
小程序(@nutui/nutui-react-taro)
NutUI-react version(nutui-react 版本)
1.0.0
React version(react 版本)
18.0.0
Operating environment(运行环境)
dev:weapp
Citation method(引用方式)
npm
Node version(node 版本)
16.18.0
Browser and its version(浏览器及其版本)
chrome
System and its version(系统及其版本)
Windows 11
Taro environmental information(taro 环境信息)
Taro v3.5.7
Reproduction link(重现链接)
github.com/jdf2e/nutui-react
Steps to reproduce(重现步骤)
npm run dev:weapp
What is expected?(期望的结果是什么?)
正常运行项目
What is actually happening?(实际的结果是什么?)
出现文件引入报错:
SassError: SassError: Can't find stylesheet to import.
╷
1036 │ @import '../price/Price.scss';
│ ^^^^^^^^^^^^^^^^^^^^^
╵
../../packages/card/card.scss 1036:9 root stylesheet
Remarks(补充说明)
main 分支
The text was updated successfully, but these errors were encountered: