-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
beautify css adds bad space in less-css syntax: &:extend(.class) #31
Comments
I am now preventing spaces following double colons "::" and colons following an ampersand. I will close out this issue, but please feel free to reopen this bug if I have failed to address the problem. |
seems to work now, thanks for the quick fix! |
I may be mistaken, however this does not appear to be resolved? I am trying to update Atom Beautify, and the Node.js prettydiff package and at http://prettydiff.com/ both are still not working as described above. I may be missing something, any help would be greatly appreciated. Thank you! |
See prettydiff/prettydiff#31 fix is not yet available on NPM.
I believe this is fixed. Please test any additional code in the following location and let me know if defects are still outstanding: http://prettydiff.com/ignore/testlocation/prettydiff.com.xhtml |
Looks good now, thanks! What was the problem, was the code not published? |
I have already tried Node.js version 1.6.11 and it did not work. Could you publish a new release that works with these changes? Thanks! |
Just published 1.6.12 with the fixes! |
Thanks, works great! |
I saw it while using Atom with the Atom Beautify package, and then tested also in prettydiff.com.
Here is the input:
And prettydiff generates a space in "&: extend(..." which makes the output an illegal less-css:
Can I help to make a quick fix?
Thanks!
The text was updated successfully, but these errors were encountered: