Alexander Zonov
Alexander Zonov
With extensions *.pcss and *.postcss also exists a problem with autocomplete-css, It doesn't work in files with such extensions.
> It looks like you're using Tera::one_off from the template name, how are you using `render_str` then? Both render_str and one_off uses the same default name.
I will prepare the PR if the idea got an approve.
Did you changed it already? I can create a PR into separate branch, dedicated for the next major release. Will you plan to create such branch?
A note comment about new hand-written parser isn't clear. @Keats are you going to kick off the pest grammar generated parser?
Do you work on them in private? I see no dedicated branches.
Not for me. I have set in my .cargo/config.toml ``` [build] target = "wasm32-wasi" ``` and this works with the next conditional comment ``` #[cfg(target_family = "wasm")] fn action() {...