berfarah / LESS-build-sublime

Less build sytem for Sublime Text 2
Apache License 2.0
91 stars 14 forks source link

@import (css) FAILS #51

Open adstavrou opened 9 years ago

adstavrou commented 9 years ago

when I use this: @import (css) "http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Open+Sans:400,700&subset=latin,greek";

it doesn't compile [FAILED] Compilation failed: Object reference not set to an instance of an object. at dotless.Core.Parser.Parsers.Directive(Parser parser) at dotless.Core.Parser.Parsers.Primary(Parser parser) at dotless.Core.Parser.Parser.Parse(String input, String fileName) at dotless.Core.LessEngine.TransformToCss(String source, String fileName) at dotless.Core.ParameterDecorator.TransformToCss(String source, String fileName) at dotless.Compiler.FixImportPathDecorator.TransformToCss(String source, String fileName) at dotless.Compiler.Program.CompileImpl(ILessEngine engine, String inputFilePath, String outputFilePath) [Finished in 0.8s]

but when I use this: @import "http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Open+Sans:400,700&subset=latin,greek";

with out (css) It is OK, but I have errors with FF