purifycss / purifycss

Remove unused CSS. Also works with single-page apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purifycss fails to properly process minified input

secondfry opened this issue · comments

Cross-posting issue from laravel-mix (laravel-mix/laravel-mix#1433).

  1. Input minified file – https://pastebin.com/B8CEseJM
  2. Output file – https://pastebin.com/fTCGc7PV
  3. Input non-minified file – https://pastebin.com/vwYxcAEz
  4. Output file – https://pastebin.com/8HrHyCDE

Search for .page-title-small. It's present in 1, 3 and 4 (as it should!), but not in 2.

Probably same issue as HapLifeMan#3.