Jonny

Results 8 comments of Jonny

Hey @mondalaci did you find a solution to this? I need to be able to run another task once the rsync transaction actually completes.

Thanks so much for the response. Seems you ditched the gulp-rsync plugin altogether and went with a gulp-run task firing off a rsync command in shell.

Worth mentioning... the latest version of Illustrator (I'm on v19.2.0) has a new 'Export... SVG' dialog which seems to automatically strip the declaration. grunt-svg2png still needs this declaration in order...

This feature would be greatly appreciated. Have successfully implemented something similar to above, but doesn't feel right having a CSS hidden SVG buried in the markup.

@ashleyfigure perhaps leverage `@media (prefers-contrast: more)`? Show the original icon for high contrast users (not our custom icon, but better than no icon). It won't help high contrast users in...

It's possible to hook up two date pickers via min and max so they restrict available dates and provide a range selection. This approach of using separate from and to...

We addressed this for our use case using a transparent outline on focus, via a CSS override... ``` .duet-date__day:focus { outline: 2px solid transparent; outline-offset: 3px; } ``` Additionally, made...

This request would be greatly appreciated, allowing us to integrate the calendar picker with an existing input component in our design system