Intervention import tool coming together! Import provides an easy way to compare database and config file values, with the option to import those values to the database.
WordPress 5.8 adds the block-editor to appearance→widgets, loading all the blocks by default. Upcoming update to Intervention this week will allow you to remove unwanted blocks from the block-editor→add section.
Taking suggestions for new modules for a new major release of Intervention, what would you like to remove, or change from wp-admin?
https://t.co/t9sHZifBfO
Release candidate 2.0.0-rc.1 tagged for Intervention. It's a comprehensive rewrite for wp-admin and adds the ability to set application options. https://t.co/37ha5nWQUN #WordPress
PostCSS range plugin for responsive units between two screen sizes. Commonly used for font sizes, but works with any property that expects a size value.
https://t.co/u04q6n8fhX
@koko_the_tbone@PostCSS Yea, that's correct. However `clamp()` could be used together with `calc()` to remove the media queries, which is nice for browsers with support. I'm going to get it added with a config option to remove the media queries or have both. Then it's win-win.
@koko_the_tbone@PostCSS I may be wrong, but `clamp()` doesn't allow you to set exact starting and ending screen sizes. You can use vw in clamp, but it still doesn't give the same amount of control.