Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benoitzohar/prontocss

ProntoCSS is a simple css framework written with SCSS.
https://github.com/benoitzohar/prontocss

css-framework flexbox grid print scss

Last synced: about 1 month ago
JSON representation

ProntoCSS is a simple css framework written with SCSS.

Awesome Lists containing this project

README

        


ProntoCSS logo

ProntoCSS
=========

ProntoCSS is a simple css framework written in SCSS that contains a simple grid, components and helps (a lot) to prepare printing.

Since the grid is flex based, you can only use ProntoCSS if you target modern browsers.

### Installation

```
yarn add prontocss
```

or

```
bower install prontocss
```

You can use the minified file in dist but we very much suggest that you import `pronto.scss` and override variables.

### Demo documentation and framework details

For more informations, please see https://benoitzohar.github.io/ProntoCSS/