xoofx / SharpScss

A portable cross-platform pinvoke .NET wrapper around libsass to convert SCSS to CSS
BSD 2-Clause "Simplified" License
55 stars 10 forks source link

Can't get TryImport to work #1

Closed Asken closed 8 years ago

Asken commented 8 years ago

I'm having problems making the TryImport work. I set scss variable to a valid scss-statement but it is not added to the result

I have the code in this gist: https://gist.github.com/Asken/6d16c09fafacb6be1b0c835865c00546

Asken commented 8 years ago

Nevermind... My valid imported scss was just variables not used. When actually using them everything worked great.