Open Richienb opened 5 years ago
It seems from https://github.com/SassDoc/sass-convert/issues/23 that SassConvert is deprecated, it does not look like this defect will be resolved.
@prettydiff Looks like atom-beautify
is using sassconvert
as a dependency, not sass-convert
. :confused:
Link me to the correct project please,
@prettydiff My bad, I though it was an npm package.
Still I don't see Sassdoc's sass-convert
being used here, instead directly the old Ruby Sass binary.
Description
The beautifier is adding an unneeded
\
to SASS and SCSS code. The\
makes the code invalid according to stylelint:Input Before Beautification
This is what the code looked like before:
Expected Output
The beautified code should have looked like this:
Actual Output
The beautified code actually looked like this:
Steps to Reproduce
Atom Beautify: Beautify Editor
Debug
Here is a link to the
debug.md
Gist: https://gist.github.com/Richienb/ddfa4898b537eedbff86998849cb2607Checklist
I have:
Atom Beautify: Help Debug Editor
command in Atom and added link fordebug.md
Gist to this issue