inline-style
inline-style copied to clipboard
several updates and fix for Unicode BOM character
This pull request contains several updates and minor fixes, plus the handling of CSS files with a Unicode BOM character (see http://blogs.msdn.com/b/michkap/archive/2005/01/20/357028.aspx) which caused us some headaches.
Hi, could you please provide a test for the BOM character fix?
I've added a css file with the BOM character in it, see spec/fixtures/none-notepad.css. You'll need to use "less" or something which shows this character. Most tools seem to handle it and not show it. Is that good enough?