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
Plugin version: 2.14.0 (tested in browser and VSCode plugin)
When formatting the following code in Stylus Supremacy:
@lost gutter 24px @lost flexbox flex default-font = 'Sarasa UI SC'
We get the following result (with default settings):
@lost gutter 24px;@lost flexbox flex;default-font = 'Sarasa UI SC';
Formatting without semicolons makes things worse:
@lost gutter 24px@lost flexbox flexdefault-font = 'Sarasa UI SC'
Expected output is the same with input (with semicolons).
The text was updated successfully, but these errors were encountered:
This will be fixed in v2.14.2 or newer.
Sorry, something went wrong.
Fixed missing a new line after a custom @-rule
86c90dc
See #60
No branches or pull requests
Plugin version: 2.14.0 (tested in browser and VSCode plugin)
When formatting the following code in Stylus Supremacy:
We get the following result (with default settings):
Formatting without semicolons makes things worse:
Expected output is the same with input (with semicolons).
The text was updated successfully, but these errors were encountered: