milligram/readme.md

61 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

2020-05-19 04:59:59 +00:00
<a align="center" href="https://milligram.io"><img width="100%" src="https://milligram.io/images/thumbnail.png" alt="Milligram - A minimalist CSS framework."></a>
2015-12-10 17:27:46 +00:00
2016-07-05 08:09:20 +00:00
> A minimalist CSS framework.
2016-11-22 22:29:33 +00:00
[![Travis Status](https://travis-ci.org/milligram/milligram.svg?branch=master)](https://travis-ci.org/milligram/milligram?branch=master)
[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/xcm8meymwerq0r82?svg=true)](https://ci.appveyor.com/project/cjpatoilo/milligram)
2016-11-30 20:14:11 +00:00
[![Codacy Status](https://img.shields.io/codacy/grade/848fb4bd6902434fab0bcfb5461284fe/master.svg)](https://www.codacy.com/app/milligram/milligram/dashboard)
2016-12-14 00:16:33 +00:00
[![Dependencies Status](https://david-dm.org/milligram/milligram.svg)](https://david-dm.org/milligram/milligram)
2016-11-22 23:27:30 +00:00
[![Version Status](https://badge.fury.io/js/milligram.svg)](https://www.npmjs.com/package/milligram)
2016-12-14 00:16:33 +00:00
[![Download Status](https://img.shields.io/npm/dt/milligram.svg)](https://www.npmjs.com/package/milligram)
2016-11-22 22:29:33 +00:00
[![Gitter Chat](https://img.shields.io/badge/gitter-join_the_chat-4cc61e.svg)](https://gitter.im/milligram/milligram)
2020-05-15 01:43:26 +00:00
[![Setup Automated](https://img.shields.io/badge/setup-automated-blue?logo=gitpod)](https://gitpod.io/from-referrer/)
2015-12-29 03:05:47 +00:00
2017-01-24 05:30:50 +00:00
## Why it's awesome
Milligram provides a minimal setup of styles for a fast and clean starting point. Just it! **Only 2kb gzipped!** It's not about a UI framework. Specially designed for better performance and higher productivity with fewer properties to reset resulting in cleaner code. Hope you enjoy!
2015-12-26 21:39:19 +00:00
## Download
**Install with Bower**
```sh
$ bower install milligram
```
**Install with npm**
```sh
$ npm install milligram
```
**Install with Yarn**
```sh
$ yarn add milligram
```
2015-12-26 21:39:19 +00:00
## Table of Contents
2018-02-16 05:01:21 +00:00
- [Getting Started](https://milligram.io/#getting-started)
- [Typography](https://milligram.io/#typography)
- [Blockquotes](https://milligram.io/#blockquotes)
- [Buttons](https://milligram.io/#buttons)
- [Lists](https://milligram.io/#lists)
- [Forms](https://milligram.io/#forms)
- [Tables](https://milligram.io/#tables)
- [Grids](https://milligram.io/#grids)
2020-05-18 21:26:45 +00:00
- [Code](https://milligram.io/#code)
2018-02-16 05:01:21 +00:00
- [Utilities](https://milligram.io/#utilities)
- [Tips](https://milligram.io/#tips)
- [Browser Support](https://milligram.io/#browser-support)
- [Examples](https://milligram.io/#examples)
2015-12-10 17:27:46 +00:00
2015-12-10 22:34:21 +00:00
## Contributing
2020-05-19 04:59:59 +00:00
Want to contribute? Follow these [recommendations](https://github.com/milligram/milligram/contribute).
2015-12-10 22:34:21 +00:00
2015-12-10 17:27:46 +00:00
## License
2020-06-05 20:05:53 +00:00
Designed with ♥ by [CJ Patoilo](https://twitter.com/cjpatoilo). Licensed under the [MIT License](https://cjpatoilo.com/license).