Install matcha.css via npm
main@lowlighter/matcha. You can install it using your preferred package manager and then host the CSS file locally or via a CDN that distributes npm packages (like jsDelivr).repository·main·Indexed 24 days ago
https://github.com/lowlighter/matchaA pure CSS library that styles HTML elements to resemble default browser stylesheets. Designed for fast prototyping, static pages, and Markdown documents without requiring JavaScript, build steps, or configuration. Supports installation via CDN, npm (@lowlighter/matcha), individual style modules, or a custom builder.
@lowlighter/matcha. You can install it using your preferred package manager and then host the CSS file locally or via a CDN that distributes npm packages (like jsDelivr).To use the full matcha.css library, include the stylesheet link in the <head> section of your HTML document. This provides a complete set of styles that mimic default browser behavior for a wide range of HTML elements.
<link rel="stylesheet" href="https://matcha.mizu.sh/matcha.css">If you want to avoid the full library and only include specific features, you can link directly to individual style modules hosted on matcha.mizu.sh.
Important: Most individual modules require the @root package to be included first, as it contains the necessary CSS variable definitions.
Individual modules are available in two formats:
mod.css suffix: https://matcha.mizu.sh/styles/[module-name]/mod.csshttps://matcha.mizu.sh/[module-name].css