Rasmus Kaj
Rasmus Kaj
> Will widespread CSS/SASS frameworks like Bourbon or ZURB Foundation work with 1.0? Currently these two don't work. I don't want to add beeing able to transpile specific frameworks to...
I added a bullet point for string quoting / unqouting. I'm considering requiring support for placeholder selectors and `@extend` directive.
Yes, it "should" build on windows, and I hope there won't be any big problems with that in itself (I think rsass works on windows as-is), but actually having continous...
Appveyor build added and successfull. Thanks for the config file, @Geobert .
> > A reasonable amount of success on the sass-spec. > > Would you please break this down further so we can gauge ongoing progress and work remaining? I extracted...
> how do the tests look now? (since [0597e3c](https://github.com/kaj/rsass/commit/0597e3cb85495a7e62d2df0257da9388ac158f64)) Pretty similar to how they looked before, only some tests that contained multiple properties testing different aspects of something has been...
After looking at this for a while I realized what happens here: Since the `shift-color` function uses the `if` function rather than the `@if` directive, both its arguments are evaluated....
As for the more general "use bootstrap and other libraries to find out what to implement next", I have only done so to some extent, but I don't think it's...
Yes, bootstrap uses the `@extend` directive, which is not yet implemented by rsass (see #65 ). And since `@extend` is not yet supported, it is handled as if it were...
The tide example is extended in #94 While doing that I discovered that tide uses a `Mime` type from [`http-types`](https://lib.rs/crates/http-types) rather than the [`mime`](https://lib.rs/crates/mime) crate. So I'll do a separate...