James Hancock
James Hancock
Consider rendering less pixels to the screen by changing the scale parameters. For Birds, you'd want to use ```JS VANTA.BIRDS({ el: "#your-element-selector", mouseControls: true, touchControls: true, gyroControls: false, minHeight: 200.00,...
Ran `fab build` after destroying my old containers, build completed without issues. Fab start had also no issues, `./manage.py migrate` has an error, but I believe the current workaround for...
Thanks, I was in the middle of writing a issue for this, you've covered all the steps I'd considered in my review. We may want to raise a separate issue...
Hmm, I've noticed errors / warnings in my console when using this library that too many hover CSS rules were detected and that the addon would only be able to...
@dominickbrasileiro A workaround I considered was to add the missing styles to the webpage on page load. Unfortunately I've not implemented a complete solution yet as it's quite low priority...
I've experienced this issue recently with the card component. You can see a live demo of the issue in action by visiting the [card component documentation page](https://designsystem.digital.gov/components/card/), then clicking on...
It looks like the bug is no longer found on the card and summary box pages as the titles that previously caused the issue have been removed from the in-page...
Looks great, two minor fixes then I'm happy for this to be merged 🚀