Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/benoitzohar/prontocss
- Owner: benoitzohar
- License: mit
- Created: 2016-10-06T18:31:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T03:15:24.000Z (over 7 years ago)
- Last Synced: 2024-11-10T09:18:42.315Z (about 2 months ago)
- Topics: css-framework, flexbox, grid, print, scss
- Language: CSS
- Homepage: https://benoitzohar.github.io/ProntoCSS/
- Size: 191 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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/