Missing.css
Version 1.0.0-prerelease.1
Download
Hotlinking is allowed
Source code
GitHub: bigskysoftware/missing@v1.0.0-prerelease.1
Checkout:
git switch --detach v1.0.0-prerelease.1
§ Changelog
- Made
.fullbleedwork in sidebar layouts.
§ Changes in previous pre-release
- Added missing.js, a small collection of JS libraries implementing common UI patterns. Currently contains tabset, menu, and collapsible navbar components.
- Breaking: Replaced
.sidebarwith.sidebar-layout, which works a bit differently. - Added
.iconbutton. - Added ARIA listbox and toolbar.
- Added CSS Grid support:
.gridand many associated classes to create your layout. - Added a few missing utilities for setting
justify-content,padding,margin.
§ For developers
- The source code of missing.css was completely reorganized! The source files now line up with the pages of the documentation to make it easier to find code.
- Speaking of the docs, they have also received a subtle reorganization.
- The development server will now build changes to the CSS way faster.