Closed profhase closed 10 years ago
Seems like this is fixed in the latest master?
Ah! It's broken if there's a newline before the first import:
@import "filea",
"fileb",
"filec";
works, but
@import
"filea",
"fileb",
"filec";
does not, but is actually valid scss.
Wow, this one is old. I have the same problem. I am unable to compile Zurb Foundation unless I remove the line break after the @import
in scss\foundation.scss :frowning:
@Borkason did you manage to compile foundation ? Even with the import fixed, it's still not working for me.
No, many imports are skipped and there are other errors, too. It's not compiling.
Can you guys please help us find all the exact isolated test cases where it's failing (in addition, or rather additionally) to the @import
issue, so we can start working on fixing them? :)
@Kronuz, I am not familiar with tests, so I cannot help you. But it's easy to find those errors by downloading Zurb-Foundation from Github and compile their SCSS. It will fail. Meanwhile, I installed Ruby and was able to compile with the original scss packages.
Cheers!
Nelines in import Statements do not work:
does not work.