From 8a94e226f8a5261a0cc4e85f7cbe34f83cb1e866 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Thu, 9 May 2024 08:43:08 +0200 Subject: [PATCH] doc: pdate README.md --- README.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/README.md b/README.md index e69de29..4347e76 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,60 @@ +# ๐Ÿต matcha.css + + + +**matcha.css** is a pure CSS library that directly styles HTML elements akin to a default browser stylesheet, rather than requiring users to patch their documents with classes. + +It is perfect for fast prototyping, Markdown-generated or static HTML pages, developers who don't want to bother with CSS, or want to use more than [`
and `](https://developer.mozilla.org/docs/Web/HTML/Element) in their documents, etc. + +- โœ… **No** build steps +- โœ… **No** dependencies +- โœ… **No** JavaScript +- โœ… **No** configuration needed +- โœ… **No** refactoring needed + + + + + + + + + + + + + + +## ๐Ÿฅข Why choose **matcha.css** ? + +### ๐Ÿœ Agnostic + +Works with any document and cover a larger range of HTML elements than most other similar libraries. +Remains unobstrusive by making clever usage of CSS pseudo-elements and support a wide range of browsers + +### ๐Ÿฅ Reversible + +Simply include its `` to get started, and remove it if you don't want to use it anymore. +No need to refactor or clean your document thereafter. + +### ๐Ÿก Semantic + +Styling adapts to elements hierarchy. +For example, nesting `` elements will implicitely ยซ create ยป submenus, a `