gildas-lormeau/SingleFile

Unwanted minification even though option `compress CSS content` has been unchecked.

adrelanos opened this issue · 2 comments

Describe the bug
Unwanted minification even though option compress CSS content has been unchecked.

To Reproduce
Steps to reproduce the behavior:

Uncheck compress CSS content.

Download page.

Expected behavior
No minification.

Environment

  • OS: Linux
  • Browser: Chromium

This is due to the parser used in SingleFile, i.e. CSSTree. It does not preserve white-spaces and comments.