Modulz
An open-source design system for building scalable, responsive websites and applications.
Getting started
Paste this line of code into the <head> of your html files.
<link rel="stylesheet" href="https://s3.amazonaws.com/modulz/modulz.min.css">
or install with npm
npm install modulz-css
Documentation
Test page
For now, to get started, you will also need to html starter document. Just create a new folder, create an index.html file inside, then paste in the code below and open it in a browser.
<!DOCTYPE html>
<html class="oy-scroll" lang="en" style="font-size: 62.5%;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Modulz Starter</title>
<link rel="stylesheet" href="https://s3.amazonaws.com/modulz/modulz.min.css">
</head>
<body class="ff-sansSerif color-gray900">
<!-- Add your content here -->
</body>
</html>
License
MIT. You can use Modulz as you see fit.