PostCSS is a tool for transforming…
PostCSS is a tool for transforming CSS with JavaScript plugins. Emmanuel Yusufu has written a nice introduction and tutorial if you want to dive in.
PostCSS is a tool for transforming CSS with JavaScript plugins. Emmanuel Yusufu has written a nice introduction and tutorial if you want to dive in.
Omar Reiss been working on a patch to make WordPress fit with modern modular JavaScript programming practices, and he writes more in depth about this on the Make WordPress Blog. Omar shows off an overview of the directory structure that comes with the patch, along with the reasons behind his approach. His goal is to do…
Scott Jehl shares the simplest way to load CSS asynchronously using a simple HTML approach: link to the stylesheet with the media type attribute set to print. Then use the onload to apply it to all media types once it’s loaded. Scott’s explanation and discussion of some alternative methods is outstanding. 👍
In this episode, Winstina Hughes joins Cory Miller to talk about the Support Inclusion in Tech project created to champion diversity, equity, and inclusion in the WordPress community by providing assistance to WordCamp speakers for travel and hotels.
I think bringing Automattic resources into core WordPress development to put a huge effort into improving the WordPress editing experience is a good thing. An email went out last week to the authors of all plugins with more than one million active installs. The emails were sent from Andy Peatling — a manager at Automattic, in charge…
Preethi Sam shares some techniques for generating creative background patterns using gradients, CSS shapes, and even emojis. 👍
Matt Mullenweg announced browser support changes for WordPress. Previously, we discussed the new editor and browser support within WordPress core. Following up on those conversations, we are officially ending support for Internet Explorer versions 8, 9, and 10, starting with WordPress 4.8. Microsoft officially discontinued supporting these browsers in January 2016, and attempting to continue…