This repository was archived by the owner on Jan 23, 2018. It is now read-only.

Description
Someone has an old CSS with thousand of lines.
Then fix it, but then the diff is giant because the full CSS had a syntax change. Two suggestions:
- [HARD] keep the original layout
- [EASY] reformat the original css with the same type of formatting rules than the fixed one. So a diff is easier to make.