What steps will reproduce the problem?
1. add @import "somefile.scss"; to a scss file
What is the expected output? What do you see instead?
Expected: The file gets imported.
Actual: phamlp tries to find a file called somefile.scss"; and understandably
fails.
What version of the product are you using? On what operating system?
Current released version, though the bug exists in trunk too.
Please provide any additional information below.
The bug is caused by not stripping off the semicolon at the end of the @import
directive. I've attached a patch which strips off the semicolon and generates
the correct file name.
Original issue reported on code.google.com by phofstet...@gmail.com on 9 Nov 2011 at 4:17
Original issue reported on code.google.com by
phofstet...@gmail.com
on 9 Nov 2011 at 4:17Attachments: