garnetcss
v1.0.1
Published
Enterprise CSS based on emeraldcss
Downloads
59
Maintainers
Readme
garnetcss
An enterprise-ready, modern, unobtrusive and elegant semantic-css framework (<100KB) based on emeraldcss.
Quick Start
HTML Quick Start
<!doctype html>
<html>
<head>
<title>CSS</title>
<link rel="stylesheet" href="/main.css" />
</head>
<body>
<header>
<h1>CSS</h1>
</header>
<main></main>
<script type="module" src="/main.js" defer></script>
</body>
</html>
React Quick Start
Designs and Inspirations:
emeraldcss