Open eevee opened 11 years ago
I think this is fixed in my current branch, but it needs a test.
The pyscss behaviour is correct, isn't it? Ruby is getting it wrong (and this will break importing bootstrap and I'm assuming bootstrap devs know how import should work).
On Linux I get the correct, relative, import but on Windows I get the incorrect, absolute, import.
Given the following, where
/root
is the only load path:/root
:/root/lib/_one.scss
:Ruby scss will import
/root/lib/_two.scss
if it exists. pyScss will only look for/root/lib/lib/_two.scss
.At least, that's what happens for me in
pyramid_scss
.