-
Notifications
You must be signed in to change notification settings - Fork 453
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
CSS Comb error: ast.remove is not a function #1705
Comments
This is a bug with Once |
Ok, thanks for heads up. I'll reinstall |
There are also other supported beautifiers for SCSS you could try out in the mean time: https://github.com/Glavin001/atom-beautify/blob/master/docs/options.md#scss |
Thanks, I'm back on Pretty Diff for now. One good reason for our team to keep using CSS Comb is because of the |
Is there a way to install an older version of CSS comb? |
How to avoid the errorsIn the How to fix itIn |
This PR fixes an error that occurs when `"eof-newline": false,` as reported and solved here: Glavin001/atom-beautify#1705
This PR fixes an error that occurs when `"eof-newline": false,` as reported and solved here: Glavin001/atom-beautify#1705
Description
Expected: SCSS files should be auto-formatted on save with CSS Comb's config file.
Reality: None of the SCSS files are being formatted, instead this error keeps popping up:
Debug
Started happening since update to
atom-beautify 0.29.26
.Gist
debug.md
: https://gist.github.com/janwerkhoven/6e752cd03505cad8658c8db07a154d41Related issues: csscomb/csscomb.js#501
Checklist
I have:
ure it installed properly
so I know this is not a duplicate issue
Atom Beautify: Help Debug Editor
command in Atom and added link fordebug.md
Gist to this issueThe text was updated successfully, but these errors were encountered: