Marcel Greter

Results 25 issues of Marcel Greter

I'm struggeling to get some url rebasing correctly with your plugin. Maybe I'm doing something obviously wrong, but I couldn't get the expected results even after trying for multiple hours....

This change would fix the issues I'm having in #39. Not sure if this is sane or changing usefull old behavior! Edit: refactored the fix a little bit more. Btw....

Hi all I've had the same feature wish as https://github.com/SheetJS/js-xlsx/issues/364 and https://github.com/SheetJS/js-xlsx/issues/137 to be able to embed some images in WorkSheets. Took me a few hours to get something up...

Images
Features

Given: ```scss foo { x: rgba("foo", 0.5); } ``` Gives the following error in dart sass: ``` Error: $color: "foo" is not a color. , 2 | x: rgba("foo", 0.5);...

enhancement
cosmetic

First, cool stuff in this repo 👍 Just wanted to give you a heads up that I did something similar in 2017/18, although in JavaScript, as TypeScript wasn't really that...

Brings recently added functions for [sass values from libsass C-API](https://github.com/sass/libsass/blob/master/docs/api-value.md) to node-sass. I guess it was partly due to missing libsass documentation, which was not updated in this regard (until...

As the title says, on `afterLoad` the images may not yet be completely loaded. ```js afterLoad: function(element){ console.log('afterLoad', element[0].complete); }, ``` This is probably due to the use of an...

question

Since I get quite a few build fails from [cpan test matrix](http://matrix.cpantesters.org/?dist=CSS-Sass%203.3.0_02) for gcc 4.4, I tried how difficult it is to bring back gcc 4.4 compatibility based upon some...

Build

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...