index
Package-root normalization stylesheet.
mazey.css
Normalize browser defaults and opt into focused layout, link, blog, or Confluence styles without adding a JavaScript runtime dependency.
Install the package from npm. The package root resolves to the normalization stylesheet.
npm install mazey.cssImport the package root for normalized browser defaults. Named stylesheet files are available when a project needs their additional selectors.
import "mazey.css";
import "mazey.css/lib/base.css";indexPackage-root normalization stylesheet.
mazey.cssbaseResponsive base layout and semantic status variants.
mazey.css/lib/base.cssblogbaseBlog color variables, header, footer, and dark theme.
mazey.css/lib/blogbase.csslinkCompact link-list and tiny-box presentation.
mazey.css/lib/link.cssconfluenceConfluence-oriented table, code, and document styles.
mazey.css/lib/confluence.cssThe playground renders the built public stylesheets in an isolated preview. The API reference documents the available entry points and stable selectors supported by current source.