Ryan Domingue
Ryan Domingue
Using criticalCSS via the Grunt task, I noticed entities in pseudo-elements' content property are being converted to their associated special characters and, thus, failing to render until the external CSS...
I noticed some links are broken, and others are a bit outdated. I've updated the broken and outdated links throughout and reformatted them in an effort to make them more...
I see two deprecation warnings when installing Huron, for `[email protected]` and `[email protected]`, both of which are coming from [gaze](https://www.npmjs.com/package/gaze). `npm ls minimatch graceful-fs` In the case of minmatch, the warning...
**Version**: 1.5.0 After adding FM fields to menu items, I found that the field group's CSS positions it in a manner that prevents editing the menu item label. My temporary...
### Description The `'async-defer'` load method adds both `async` and `defer` attributes to the script tag. When both attributes are set, `async` takes precedence. > For classic scripts, if the...
### Description `` now supports responsive image resource hints. https://web.dev/preload-responsive-images/ We should add support for declaring `imagesrcset` and `imagesizes` attributes when preloading responsive images. Example based on the article's example:...