-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Sass enhancement #101
Sass enhancement #101
Conversation
✅ Deploy Preview for jest-preview-library canceled.
|
b6e4153
to
2d68857
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ntt261298 I think this PR is good for now. Can you help to update the docs so we can merge this PR. The update on website is optional, I can help with that if you want.
And please help to rebase this PR after #102 get merged.
Please update the PR description to add any of your concerns that we should handle in the future PR (global externalCSS ~
?)
@ntt261298 I think we should try to close this PR soon. Thanks. |
c8e19fa
to
a375a11
Compare
@ntt261298 I published v0.2.4-alpha.0 |
Related issues
Features
loadPaths
for SASS: Now we can add custom directories to indicate where SASS should lookup to resolve the absolute importsimport ~
for SASS: Nowjest-preview
can load SASS resources if the project is using tilde imports for SASSload paths
andimport ~
for Viteload paths
andimport ~
for CRATodo
importer
to sass CLI: https://sass-lang.com/documentation/cli/dart-sass#options. So ifexternalCss
includes scss files using import ~, style from those files will not work