Chris Pakken

Results 27 comments of Chris Pakken

It's been a couple of months and wondering if anyone has looked into this. I've thought of another idea for injecting styles: ```ts import { injectToStyleElement } from '@vanilla-extract/css'; //...

I think the option to add a `tgz` package in the .yalc directory when `yalc add` is run would be a very useful feature. It would provide consistency in how...

@GODLiangCY thanks for trying, but error still persists after adding the presets in vite.config.js ```ts // vite.config.ts import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import Unocss from...

Added unocss.config.ts and vscode unocss extension now loads. I don't think the extension is scanning my unocss configuration in vite.config.ts as stated in extension page details https://marketplace.visualstudio.com/items?itemName=antfu.unocss How does unocss...

I think it would be nice to see updated docs on how to use getCssText with nextjs. Especially when there are weird cases where it outputs all accumulated styles for...

Any updates if this will be implemented in future iterations of v1?

For me, using vscode with wsl and plugins uses a lot more resources ~4gb per project. I normally have multiple vscode projects opened so that's like 8-12gb in total and...

Maybe this will help, I'm working with a linked custom package that reuses the same dependency and solved it with resolve.mainFields and forcing to use use esmodules first. This seems...

> @uloco You're right! So at last i do some tricks like this > > ```json > { > "before": [ > "" > ], > "after": [ > "1",...

I'm interested in this too. I want to be able to combine without reordering. I thought about manually disabling the reoorder animation by remove the {styles} and {placeholder}...