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:
.basicgridwill now use CSS Grid instead of Flexbox. The.col-*classes have been changed accordingly. - The
.sidebarcomponent to create a navigation sidebar. - Styles for
<dialog>. - The
.titlebarcomponent is a titlebar for any colored box --- dialogs, cards... - The
.packedclass sets--densityto 0, which previously had to be done with inline styles. - Utilities for setting
display:.inline,.blockand.contents - Use
.margin-block,.margin-inlineand.pad-blockto add margin/padding in a specific axis. .scrolland.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.
.basicgriddescendants will have their margins removed.