mazey.css logo

Reusable CSS and Sass styles

Normalize browser defaults and opt into focused layout, link, blog, or Confluence styles without adding a JavaScript runtime dependency.

Install

Install the package from npm. The package root resolves to the normalization stylesheet.

npm install mazey.css

Usage

Import 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";

index

Package-root normalization stylesheet.

mazey.css

base

Responsive base layout and semantic status variants.

mazey.css/lib/base.css

blogbase

Blog color variables, header, footer, and dark theme.

mazey.css/lib/blogbase.css

link

Compact link-list and tiny-box presentation.

mazey.css/lib/link.css

confluence

Confluence-oriented table, code, and document styles.

mazey.css/lib/confluence.css

Explore the package

The 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.