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
With the command cssbeautify-cli -f style.css -w style.css I expect the file to beautify in-place but this it not what happens. It ends up with a one-line file:
/**** style.css ***/
Obviously this is not what I want. I think that cssbeautify-cli should either support this behavior, or give a warning/prevent users from doing this.
The text was updated successfully, but these errors were encountered:
With the command
cssbeautify-cli -f style.css -w style.css
I expect the file to beautify in-place but this it not what happens. It ends up with a one-line file:/**** style.css ***/
Obviously this is not what I want. I think that cssbeautify-cli should either support this behavior, or give a warning/prevent users from doing this.
The text was updated successfully, but these errors were encountered: