Hung Viet Nguyen
Hung Viet Nguyen
[Just a note] This can fix #260
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; } ```  - 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...