Katharina Zwinger

Results 11 comments of Katharina Zwinger

Also ran into this issue with 3rd party css using `@media screen and (min-width: 0\0)` (an [issue there](https://github.com/foundation/foundation-sites/issues/11988) was closed as "not a bug" with a reference to http://browserbu.gs/css-hacks/media-min-width-0-backslash-0/). I...

> Sorry, but that's not valid CSS syntax. All modern browsers will completely ignore that rule. I don't think Parcel should be expected to implement Internet Explorer's bugs. I agree...

For finding syntax errors I’ll use a linter, e.g. stylelint or prettier. Usually, I only want to know about syntax errors in my own code though, not some other node...

Also stumbled across this in Wagtail 3.0.1. Why is it so hard to fix? What happened when [looking into this for version 2.5](https://github.com/wagtail/wagtail/issues/1824#issuecomment-452659911) in 2019?

Thank you @gasman for taking this on so quickly! :)

Issue is still the same with posthtml-extend 0.6.2.

@thibaudcolas Thank you for sharing your thoughts and considerations for the way forward! I'm sure mentioning some of this also on the website and README will be very helpful, not...

In the keybinder settings, I can only see a small subset of shortcuts, mainly for opening/switching to the various developer tools. I'm looking for a way to customize the shortcuts...

Thanks! I guess figuring out the actual xul command is the hard part…

@gasman thanks for explaining the reason for the change! The difference is that `{% pageurl page %}` passes the request to `page.get_url()` while `page.url` did not. To accommodate both use...