Deniz Akşimşek

Results 57 comments of Deniz Akşimşek

I can't reproduce on the latest version, can you check if it's been fixed?

@j4mie could you make a minimal reproduction on CodePen or somewhere similar?

this was an artifact of our compiler being too overzealous with backcompat and replacing modern css with stuff that doesn't work. should be fixed in 1.1.2 (releasing soon)

In that case, (veering off from the original proposal) what if we had a shorthand for declaring subclasses? ```dart sealed class MyBlocState { subclass Loading {} subclass Data { final...

This is currently doable, but you need to use Nunjucks `{% extends %}` instead of Eleventy layouts.

unfortunately I missed this PR and applied the same fix myself. Thanks either way for contributing

In markdown, you can use a _loose list_ by adding empty lines between list items: - a - b - c - d - e as opposed to a tight...

not a documentation problem -- missing.css should (within reason) work with any font. this seems to be an issue with the box shadow on the text, i'll look for a...

> Should I be implementing [aria-keyshortcuts](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-keyshortcuts) for this (and other missing.css ARIA-related JavaScript)? I don't think so, since the key shortcuts are standard

it seems like many browsers have glitches around the combination of `light-dark()` and relative color syntax