libsass icon indicating copy to clipboard operation
libsass copied to clipboard

A C/C++ implementation of a Sass compiler

Results 109 libsass issues
Sort by recently updated
recently updated
newest added

The is a SEGV error due to reading at 0x0 address in Sass::Inspect::operator(). It happens in both (libsass 3.6.4 + sassc 3.6.1) and (libsass 3.6.5 + sassc 3.6.2) configurations. POC...

The is a SEGV error due to reading at 0x0 address in Sass::Functions::sass_if. It happens in both (libsass 3.6.4 + sassc 3.6.1) and (libsass 3.6.5 + sassc 3.6.2) configurations. POC...

## input.scss ```scss .one { color: red; .foo, .bar { color: yellow; } &, &:link, &:visited { color: green; } &:hover { color: blue; } } .two { @extend .one;...

Version: sassc-3.6.1-8-g3e73 libsass-3.6.3-57-g9515 OS: Ubuntu 16.04 LTS POC: https://github.com/puppet-meteor/NLP_POC/blob/master/sassc/POC_1_002081 cmd: ./sassc POC ASAN log: ================================================================= ==40261==ERROR: LeakSanitizer: detected memory leaks Direct leak of 208 byte(s) in 1 object(s) allocated from:...

Dev - Needs Test

**Host OS:** ``` ubuntu16.04 ``` **Installed softwares:** ``` automake (GNU automake) 1.15 autoconf (GNU Autoconf) 2.69 libtool (GNU libtool) 2.4.6 GNU Make 4.1 ``` **reproduce steps:** ```bash git clone https://github.com/sass/libsass...

Continued from https://github.com/sass/libsass/pull/2918 Please note that this PR is a little bit bigger than your regular PR :) During the last year development of LibSass seems to have stagnated, which...

See sass/sass#3027

Feature - Request
Dart Backport Done

In my code, using the latest version of `node-sass` I'm trying to add a unit to a number like bellow, which is resulting in a `string` type. I expected it...

Dart Backport Done

The Sass site lists the most recent version of LibSass, so to ensure it stays up-to-date we should force a rebuild whenever a new LibSass release is cut. The easiest...

Build
For Starters

```scss @media ("min-width: " 10px) { /* here */ } ``` LibSass 3.4.0 RC1 ```css Error: unclosed parenthesis in media query expression on line 1 of test.scss >> @media ("min-width:...

Bug - Confirmed
Dev - Test Written
Compatibility - P3
Dart Backport Done