missing
missing copied to clipboard
The classless-ish CSS library you've been missing
When I click on the second or third tab the first tab stays open.
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...
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...
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...