alex jidras

Results 4 comments of alex jidras

@antfu will we still be able to use vitest with vite 2 ?

@valentin-harrang If you use latest Tailwind version you can write custom modifiers (selectors) (i.e. &:not([value=''])) with arbitrary variants: ``` [&:not([value=''])]:outline-none ``` docs here: https://tailwindcss.com/docs/hover-focus-and-other-states#using-arbitrary-variants For the next lines, referencing parent...

@rubens-lopes Good argument. Thanks

@aplr Downgrade tailwind-styled-components to 2.1.6 ```yarn upgrade [email protected]``` @MathiasGilson i'm getting the same issue in my vitest unit tests jsdom env.