Hung Viet Nguyen

Results 96 comments of Hung Viet Nguyen

Hi @davidhao3300 Thanks for reporting this. Can you help to prepare a reproduction? It's hard for me to fix this without properly reproducing this. Thanks.

This is possibly not needed if we implement #252

@dannyvassallo Thank you for your kind words and your report on this issue. TBH, I am kind of busy for a couple of weeks ahead, I will try to look...

> None of the @media statements seem to get compiled into the embedded style tags Can you provide [minimum reproduction](https://antfu.me/posts/why-reproductions-are-required). I added a commit to include `@media` query and it...

I put here some findings. That weird ring is caused by: ```css :-internal-direct-focus { outline-color: -webkit-focus-ring-color; outline-style: auto; outline-width: 5px; } ``` ![image](https://user-images.githubusercontent.com/8603085/158023313-d7ea8059-5499-432b-b250-a535cf5460fb.png) - Related issue: https://github.com/microsoft/fluentui/issues/21296 - Discussion: https://www.mail-archive.com/[email protected]/msg173737.html

Research to use `tsup` Reference: https://github.com/mswjs/msw/pull/1247

Hi @vudjustin. Can you help to prepare a reproduction repository on GitHub/ https://codesandbox.io or https://stackblitz.com? That would help us to identify the issue faster. Thanks.

**TODO for @nvh95** Add other packages: - `jest-preview-css` or `@jest-preview/css` - `jest-preview-file` or `@jest-preview/file` They will be dependencies of `jest-preview`. Reason: Keep `jest-preview` more focused on actually PREVIEWING functionality. We...

As I observe and guess, if we do not implement `getCacheKey`, Jest automatically cache using `return value` in the transformation. For e.g: If our css transform a css file to...