Vlad Sazonau

Results 5 issues of Vlad Sazonau

Seems like @reshadow/styled since version 0.0.1-alpha.52 and above is not working with styled-system https://codesandbox.io/s/styledsystemreshadowstyled-y6bbd @reshadow/styled version 0.0.1-alpha.49 is fine

bug

Is there a way to sort tailwind classes if i am using classnames like this? ```js import classname from 'classnames'; ``` The idea is that i want to manage long...

enhancement

Can i somehow remove layout shift which is happening when the image is loading? ![image](https://user-images.githubusercontent.com/16666234/87246212-87088180-c454-11ea-859b-343829e83be9.png) ![image](https://user-images.githubusercontent.com/16666234/87246200-73f5b180-c454-11ea-8dfc-4bf1f87cf5b4.png) This is my code: `` ` :global(.cv) { width: 100%; height: auto; }` That's...

Any ideas how can i resolve this? error message ![image](https://user-images.githubusercontent.com/16666234/77836954-3488ab00-716c-11ea-827a-e47e4ce76777.png) .yml ![image](https://user-images.githubusercontent.com/16666234/77836955-3eaaa980-716c-11ea-8c35-cf87e0ec08a3.png) ![image](https://user-images.githubusercontent.com/16666234/77836961-49653e80-716c-11ea-829e-626f590e1aa0.png) next.config.js ![image](https://user-images.githubusercontent.com/16666234/77836970-55e99700-716c-11ea-87dd-77a4cd26c1f4.png)

### Describe the bug Hello! Thanks for a cool library. I noticed that all text inputs on (tap) focus are zooming-in on iOS Safari, please check the video with reproduction...

bug