Missing.css
Version 0.0.2
Download
Hotlinking is allowed
Source code
GitHub: bigskysoftware/missing@v0.0.2
Checkout:
git switch --detach v0.0.2
§ Changelog
§ Features
- Breaking:
.basicgrid
will now use CSS Grid instead of Flexbox. The.col-*
classes have been changed accordingly. - The
.sidebar
component to create a navigation sidebar. - Styles for
<dialog>
. - The
.titlebar
component is a titlebar for any colored box --- dialogs, cards... - The
.packed
class sets--density
to 0, which previously had to be done with inline styles. - Utilities for setting
display
:.inline
,.block
and.contents
- Use
.margin-block
,.margin-inline
and.pad-block
to add margin/padding in a specific axis. .scroll
and.scroll!
§ Fixes
- Indicate the current page (
aria-current="page"
) in.navbar
. - Hidden link underlines will now come back when the link is hovered or focused.
- Page footers will be styled properly in more situations.
.basicgrid
descendants will have their margins removed.