-
Notifications
You must be signed in to change notification settings - Fork 130
Preserve indentation #111
Comments
Rework engine doesn't save at all whitespaces. So there is no option & won't be soon. |
Hmm, where do the two spaces come from? If the original file's indentation can't be preserved, perhaps there can be an option that allows specifying the kind of indentation the output file should have. |
Btw, are you working on a myth fork using postcss? I don't know if I can, but I'd love to help! |
Please take a look to it https://github.com/cssnext/cssnext :) |
What's the need for preserving indentation here? |
Aesthetics 😃 |
:) Sorry but I'm gonna close just because it's not something that's going to be supported anytime soon, at least from this level. If you want you can take it up with Rework and if it gets added there it'll be easy to add here as well. |
👍 |
👍 I wonder how Myth would fare being carried atop my CSS tokeniser function. Hrm... 😁 |
My
input.css
file is indented using tabs, but theoutput.css
file ends up with two spaces. Is there an option for keeping the indentation of the output file the same as the input file?The text was updated successfully, but these errors were encountered: