Rasmus Kaj
Rasmus Kaj
I'll close this issue now. `@use` is mainly supported, and there are separate issues for the pieces remaining.
> I tested it also but it does not output anything. The CLI just hangs That shouldn't happen anymore (for any input). Since release 0.28.0 any use of `@extend` should...
Ah, that sass implementation of division does not play well with the arbitrary precision rational numbers used by rsass.
I'll close this. The minimal feature and example exists, but tide itself has not been updated the last two years, so maybe not the most relevant web framework anymore.
Yes, I have seen problems with this too. I have kind of assumed it is a limitation in rust-analyzer, as the ordinary compiler or clippy don't give me any warning...
Did you create an issue in rust-analyzer, @YUCLing ? Could you link it here for tracking?
> Honestly, I'm more concerned that cargo accepts the, uhh, interesting folder structure emitted by `ructe`, [...] Huh? What's "interesting" about the folder structure? Why should it not be discoverable...
The `include!` macro is mainly "just a text replacement", but it is a text replacement _with_ correct span handling, so that error messages can be reported for the correct line...
What is the point of having a template fragment rather than a small separate template? In a more "dynamic" template language like jinja, I think the benefit of template fragments...
Yes, I have also seen some problem related to this in the last release, after merging #125 . @kornelski , could you take a look at this, could the type...