missing icon indicating copy to clipboard operation
missing copied to clipboard

The classless-ish CSS library you've been missing

Results 42 missing issues
Sort by recently updated
recently updated
newest added

When I click on the second or third tab the first tab stays open.

bug
packaging

It's common to author content in markdown, and then programmatically generate html from it. Markdown compilers typically do not include ways to add custom classes to their output. Consequently, missing.css...

enhancement
visual
blocked:breakage

Both `` and `` result in a 404.

bug
packaging

Running with the latest version ``` docker run --rm -ti -v .:/app denoland/deno:alpine sh # cd /app # deno task css Task css deno run -qA tool/css.ts src/missing.css && deno...

bug

It appears that ``, ``, e.g., all have `line-height: inherit` which by default inherits from `html {line-height: var(--rhythm)}`, where I think the default value for `--rhythm` is 1.4rem. However, it...

I will say that this is by no means "production ready" but I wanted to start some discussion on it. A few things: 1) The `hotkeys` values that contain `+`...

I was following the docs and implemented the navbar as described and followed the same dom as used on the main missing.css site but somehow I couldn't get it to...

Implemented keyboard navigation for ARIA's `role="feed"`. Both [MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/feed_role#keyboard_interactions) and [w3.org](https://www.w3.org/WAI/ARIA/apg/patterns/feed/#keyboardinteraction) seem to indicate that a standard for keyboard control is still emerging. They suggest `Alt+PgDown` to enter a nested feed,...

Hello, This is a proposition. When using `sidebar`, a `margin-top` is automatically applied to the "main content" of the page. This cause the scrollbar to be placed in a not...