mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Minified JS files usually contain less than 2% spaces, while minified CSS files may contain about 4% spaces. However, an unminified CSS file may also have as low as 6% spaces, especially when it includes some resources inline. Consequently, the division might not be appreciate for CSS files. Even though, it will only mis-recognize a normal file as minified for a few special cases.