Get started with Stuff
Stuff is a simple framework for native website
Quick start
Install Manually, CDN, or NPM.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/stuffcss@latest/dist/css/stuff.min.css">
<title>Hello, world!</title>
</head>
<body>
<h1>Hello, world!</h1>
<script src="https://unpkg.com/stuffcss@latest/dist/js/stuff.min.js"></script>
</body>
</html>
Install with NPM
$ npm install stuffcss