libsass-net icon indicating copy to clipboard operation
libsass-net copied to clipboard

A lightweight wrapper around libsass

Results 21 libsass-net issues
Sort by recently updated
recently updated
newest added

Now that [libsass is deprecated](https://sass-lang.com/blog/libsass-is-deprecated), what are the plans for this project ? Should it be marked as deprecated as well ?

On you [site](https://sass-lang.com/libsass) you wrote: > libsass-net is updated regularly, and is probably the best bet. I'd like to disagree. There is only one release and this was created in...

Most packages are going the way of .NET Standard, if they can, and it would allow for better support for ASP.NET Core projects.

Hi! I'm using libsass-net to compile a top level SCSS file which imports about 20 ancestor files (code attached). I'm seeing intermittent NullReferenceExceptions maybe once every 5-10 compilations and the...

Hi After running the following code: ```C# var compiler = new SassCompiler(new SassOptions { OutputStyle = SassOutputStyle.Compressed, InputPath = customScssPath }); var result = compiler.Compile(); ``` The dll `libsass*` is...

**could not load file or assembly 'libsass.x64' or one of its dependencies. An attempt was made to load a program with an incorrect format...** this error pops up while running...

# Description With the introduction of Xamarin Forms 3.0 css is now supported. While most of the css is generally valid css, there is a selector that is not typically...

libsass no longer emits error information in output, so we need to check for failure explicitly now and emit info from `ErrorMessage ` property in `SassResult`

On 2016-10-28, the README was updated to state that users should use the alpha versions (3.3.7-alpha-2) and that the stable versions are not ready for use. On 2016-11-22, 3.3.7 stable...

The new calc attribute is not recognized ![sass](https://user-images.githubusercontent.com/22817018/34392768-4b435a1c-eb1c-11e7-9fdd-b28119af8244.jpg)