Praveen Perera

Results 107 comments of Praveen Perera

> @praveenperera is it out already? No, I need @ryanhhhh to release or give me some more permissions on vscode marketplace so I can do it myself

Thats an interesting idea, how would you do it? Even if it doesn't automatically replace it maybe we can get it to emit a warning saying "there are redundant classes"?

Can you try the new version that we are going to be releasing soon: https://github.com/heybourn/headwind/issues/122 https://github.com/heybourn/headwind/files/6361713/headwind-2.0.0.vsix.zip

What if we mimic the order from the actual generated css? I think @adamwathan suggested this in discord too.

@zignd Can we get this merged in?

Hey @artemkovalyov should be fixed in new release: https://github.com/avencera/rustywind/releases/tag/v0.15.1

For what its work I've been using [ekidd/rust-musl-builder](https://hub.docker.com/r/ekidd/rust-musl-builder/dockerfile) as my builder. Here is an example: ```Dockerfile FROM ekidd/rust-musl-builder:stable as builder ENV APP=my-app RUN mkdir .cargo src COPY Cargo.toml Cargo.toml COPY...

Hey sorry @artemkovalyov I did not see this until now. Merged. Thanks for contribution.