Closed ostrolucky closed 9 years ago
Thank you for reporting the issue, a fix is on its way.
Version 1.0.5 fixed this issue and a first line comment issue. More information on the release page.
Hey man, thanks for your work, but I believe it wasn't fixed fully, try it for this snippet:
#test {
color: #9C2113;
/*text-shadow: 1px 1px 1px #000, 8px 5px 10px #000;*/
/*text-shadow: 3px -3px 1px #000;*/
/*background-color: #666666;*/
-webkit-background-clip: text;
}
That snippet is sorted as the following which is correct:
#test {
color: #9C2113;
/*text-shadow: 1px 1px 1px #000, 8px 5px 10px #000;*/
/*text-shadow: 3px -3px 1px #000;*/
/*background-color: #666666;*/
-webkit-background-clip: text;
}
Make sure you have updated your version to 1.0.5.
Hmm so after further investigation, it works when I manually install it by cloning gihub repo, but doesn't when installed through package control. Tried uninstall & install multiple times. So maybe it's local cache stuff problem.
After having asked for someone to test this out on the Freenode IRC channel ##sublimetext, he said it was giving the right output. There must be something wrong on your end then. Thank you for reporting this though.
If you run stylesorter command on this snippet, ti crashes
Output of console: