You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I found an issue with stylefmt default rules. It adds a newline at the beginning of the file when there is a variable declaration on the first line:
Hey, I found an issue with
stylefmt
default rules. It adds a newline at the beginning of the file when there is a variable declaration on the first line:I run
stylefmt example.scss
and that file ^ gets transformed into:In my opinion, it's not intended and a newline shouldn't be added in the beginning of the file.
The text was updated successfully, but these errors were encountered: