-
Notifications
You must be signed in to change notification settings - Fork 133
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
new line for comments and id selectors #3
Comments
Thanks for the report! We will tackle this in the earliest convenient time. |
Selectors starting with # should work now! |
Nice, #search-submit { <-- this is OK I have spent more time experiencing your script, it seems efficient, unobtrusive and fast, by far the best I found for the job. I will post an issue with 1 or 2 killer features you may add to make it Top of the world |
The comment-followed-by-# issue is because block comment in general has not fixed yet (optionally to place it into its own separated line). This is next in the list. More feedback is welcomed :) |
Do you have an idea on how to place the comment? I played with different ideas on where to split and indent the comment, it seems quite challenging to get the heuristics right. |
Hi,
lib working great, exept for theses: I have noticed that cssbeautify will not create a new line for comments in the CSS:
/* My comment here */ .a-selector {etc..
Also, same thing happens with slectors starting by #:
a-unique-id span { etc...
The text was updated successfully, but these errors were encountered: