Connor Skees
Connor Skees
Sure, I assume you mean using the `--impl dart-sass` flag to the Ruby spec runner? I'm not aware of any way to run the spec suite without Ruby. In my...
Would you just like this added to the readme? The full command is ```bash # This script expects node >=v14.14.0. Check version with `node --version` git clone https://github.com/connorskees/grass --recursive cd...
Added in https://github.com/connorskees/grass/commit/c86b5f82e9a07ffd2a1e62838cd84fbbaaa6157f
Hello @MartinKavik! Thank you for your interest in this project. For right now, I cannot recommend this library over other implementations. `grass` is only about a month old and does...
Hi @MartinKavik! After just a month of work, `grass` is now passing `1,217` out of `5,093` sass spec tests on a default run. The major features remaining (listed in roughly...
The sass specification currently contains about 27 tests dedicated to testing the indented syntax. I *am* planning on implementing it; however, it is a very low priority. I don't think...
What kind of function are you referring to? So far functions have been implemented in - `@function` - builtin functions The module system has not yet been implemented, so I...
Hi @MartinKavik! After another month of work, `grass` is now passing `1,719` out of `5,093` sass spec tests. Notable improvements include `@each`, `@while`, `@if/@else if/@else`, maps and their associated functions,...
Hi @MartinKavik! I have an API question. I've spent the last few days integrating error handling with [codemap](https://docs.rs/codemap/0.1.2/codemap/), and I am very close to something I would consider an MVP....
As an update to the progress so far, in April we have - *fully* implemented string parsing, interpolation, quoting, and escaping - implemented variadic arguments - implemented special functions `calc`,...