Skip to content
New issue

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

Taro sass样式变量不能时时更新 #1673

Closed
FaureWu opened this issue Dec 25, 2018 · 4 comments
Closed

Taro sass样式变量不能时时更新 #1673

FaureWu opened this issue Dec 25, 2018 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@FaureWu
Copy link

FaureWu commented Dec 25, 2018

问题描述
提取sass共用变量到一个独立的文件中,然后在组件样式文件中引入变量使用,当仅修改sass变量时不会重新编译关联的组件,无法时时更新

复现步骤

  1. git clone https://github.com/FaureWu/taro-scss-variable-issue
  2. yarn && yarn dev:weapp运行代码,预览效果,此时为黄色背景
  3. 修改src/variable.scss变量$background-color: red;保存,界面自动刷新,依旧为黄色背景
  4. 需修改对应组件js或者scss样式,才能生效

期望行为
修改样式外部文件样式变量,相关联的组件时时更新

报错信息

系统信息

Taro v1.2 及以上版本已添加 taro info 命令,方便大家查看系统及依赖信息,运行该命令后将结果贴下面即可。

  • 操作系统: [Mac]
  • Taro 版本 [1.2.1]
  • Node.js 版本 [v8.11.3]
  • 报错平台 [weapp]

补充信息
[可选]
[根据你的调查研究,出现这个问题的原因可能在哪里?]

@taro-bot
Copy link

taro-bot bot commented Dec 25, 2018

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@luckyadam luckyadam added the CLI label Dec 25, 2018
@taro-bot
Copy link

taro-bot bot commented Dec 25, 2018

CC @luckyadam

@luckyadam luckyadam added the enhancement New feature or request label Dec 25, 2018
@luckyadam
Copy link
Member

明白,现在是对 sass 中 import 的样式文件没有监听改动

@taro-bot
Copy link

taro-bot bot commented Nov 11, 2019

Hello~

您的问题楼上已经有了确切的回答,如果没有更多的问题这个 issue 将在 15 天后被自动关闭。

如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。

Good luck and happy coding~

@taro-bot taro-bot bot removed the to be closed label Dec 3, 2019
@taro-bot taro-bot bot closed this as completed Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants