-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
SCSS module system @use problem #1798
Milestone
Comments
Possibly fixed by #2018 |
@mhnaeem |
mhnaeem
added a commit
to mhnaeem/js-beautify
that referenced
this issue
Apr 8, 2022
@bitwiseman Done! |
bitwiseman
added a commit
that referenced
this issue
Apr 8, 2022
…r-string-css Adding regression tests for #1798
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When using the SCSS module system, you can configure namespacing using something like:
Which is the equivalent of the following without the module system:
Input
The code looked like this before beautification:
Expected Output
The code should have looked like this after beautification:
Should stay the same.
Actual Output
The code actually looked like this after beautification:
The space between the module name and "as" gets erased.
Environment
OS: Windows
Settings
The text was updated successfully, but these errors were encountered: