0.6.6 • Published 6 years ago

modulz-css v0.6.6

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

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

Modulz Docs

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.

0.6.6

6 years ago

0.6.5

6 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.6

7 years ago

0.5.5

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago