sass / libsass-net

A lightweight wrapper around libsass
MIT License
94 stars 35 forks source link

SassCompiler class doesn't implement ISassCompiler correctly #5

Closed pieteckhart closed 9 years ago

pieteckhart commented 9 years ago

ISassCompiler.CompileFile has no imagePath argument but SassCompiler does. Now it won't compile.

darrenkopp commented 9 years ago

yeah, good catch. i've pulled it as an argument, i'll likely add it later, but that's a breaking api change so should only do that in a 2.0 release, so pulled it for now.