Jim Birch
Jim Birch
Hi, I am looking for a solution like this, but the client requires Internet Explorer 8 support. While the Leaflet map loads in your example page, your layers do not...
Looks like the Minify option was removed during some other work in #350 and now, all the Critical CSS is minified. Using Critical in combination with the Drupal CMS, the...
To turn animations off, you could write a `prefers-reduced-motion` media query. Then anyone who wants to turn animations off can do so in thue browser/OS settings. This is from WCAG...
I had a slightly different experience, most likely to Google changing their flow. I thought I would update your instructions as a thank you. Thank you! Great tool.
Hi Iain! Very cool-looking tool. I have the CLI running locally, and the social media checks work great. I am having a bit of trouble getting the Schemas working, but...
On Google's [Web Fundamentals - Web Font Optimization page](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/webfont-optimization#customize_the_text_rendering_delay), they recommend using `font-display`: `font-display: auto; /* or block, swap, fallback, optional */` > To ensure consistency moving forward, the CSS...
https://www.drupal.org/docs/develop/automated-testing/phpunit-in-drupal/running-phpunit-tests The documentation page has sections for how to run unit tests in DDEV and Lando, but not Docksal.
https://www.drupal.org/project/same_page_preview They also have an issue to add it to core: https://www.drupal.org/project/ideas/issues/3367356
If merged, would help with issue #57
**Is your feature request related to a problem? Please describe.** Drupal can now be installed using recipes, which bypasses the need for install profiles. Users are currently using the `drupal...