Martin Auswöger
Martin Auswöger
With the new media query parsing it should be easy to check for valid media queries and media conditions in `sizes`.
Maybe store it in an anonymous gist, like [dabblet](http://dabblet.com/) does it. Please vote via a 👍 or 👎 reaction.
Bookmarklets in mobile browsers are confusing, see https://twitter.com/Seleckis/status/732467298192121856.
### Affected version(s) 4.13, 5.3 ### Description As discussed in the call today, if an undo action fails (partially) it should rollback to the state before the undo was started,...
I’ve got a new idea for a solution to container queries 🤓 ### What we already have today To describe the concept, lets first take a look at what we...
In https://github.com/ResponsiveImagesCG/container-queries/issues/2#issuecomment-121281825 I posted an idea about a different syntax. It looks like: ``` css .child:container(min-width: 150px) { color: red; } ``` And the nearest qualified ancestor is selected as...
Adds the error message to the migration view output as currently there is no way to know what went wrong when a schema migration fails.  that includes schema.org and also other JSON-LD data results in error messages like `There was an invalid type in your JSON-LD.`. This...