Alex Cracea
Alex Cracea
After installing compass-mixins I tried to include a gradient that was generated here http://www.colorzilla.com/gradient-editor/ The code included was something like this ``` // Needs latest Compass, add '@import "compass"' to...
### Reproduction link [https://codepen.io/nyph1337/pen/bGZmprO](https://codepen.io/nyph1337/pen/bGZmprO) ### Steps to reproduce - Use antd 5.14.0 and override config token with new font, for example - "Mukta" ``` ``` - Use an `` or...
**Description** After updating docker and Docksal I started having an error with volume mounting during `fin up` command: ``` Starting services... [+] Running 1/3 ⠿ Container _cli_1 Starting 0.7s ⠿...
The "Email" link has an SVG inside with no text value, nor does it have an aria-label attribute to it. This causes accessibility issues. Proposed PR: https://github.com/xdamman/selection-sharer/pull/79
"Email" sharer link has no text or aria-label to it which causes accessibility issues
**Describe the bug** When using use `useRouter` hook from `next13-progressbar` it is never memoized and causes an infinite loop when using it as a dependency for useEffect **To Reproduce** Steps...