Description
Operating System
Windows 10
Sass Version
1.55.0 (compiled with dart2js 2.18.1)
Migrator Version
1.7.1 (compiled with dart2js 2.18.0)
After using the migrator on a large number of files, I encountered a bug when it came to the styles on my home page. I dug into it and turns out when the migrator tool inserts the use rule it injected some sort of hidden character along with the line break (see screenshot).
I am on Windows, so perhaps this is due to some sort of discrepancy with the line breaks between operating systems? Visual Studio does notify me on each file that the line endings are inconsistent; however, no matter what option I choose I still get this invisible character.
Fwiw, there's no urgency to fix this. I just went through all of my files and deleted that character before each rule.