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
假设现在有以下文件
@import "./test.scss"
.test { $i: 3; @while $i >= 0 { &--#{$i} { background-image: url("./img/#{$i}.png"); } $i: $i - 1; } }
单文件编译parse阶段的结果,fixSourcePath没有正确fix test.scss文件中的资源,导致后续standard阶段fis没有定位到相应资源。
test.scss
The text was updated successfully, but these errors were encountered:
No branches or pull requests
假设现在有以下文件
单文件编译parse阶段的结果,fixSourcePath没有正确fix
test.scss
文件中的资源,导致后续standard阶段fis没有定位到相应资源。The text was updated successfully, but these errors were encountered: