This repository has been archived by the owner on Oct 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Layout system changed to grid from flexbox
- Loading branch information
1 parent
d1f3d69
commit e78c70d
Showing
2 changed files
with
65 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
# Grider | ||
***Grider*** is a simple enough and fully customizable SCSS-based grid generator. Create your own responsive CSS grid system easily with offset and equal height features. | ||
***Grider*** is a simple enough and fully customizable SCSS Grid-based layout generator. Create your own responsive CSS layout system easily with offset and equal height features. | ||
|
||
[![GitHub license](https://img.shields.io/github/license/codeforms/Grider)](https://github.com/codeforms/Grider/blob/master/LICENSE) | ||
![GitHub release (latest by date)](https://img.shields.io/github/v/release/codeforms/Grider) | ||
[![stable](http://badges.github.io/stability-badges/dist/stable.svg)](https://github.com/codeforms/Grider/releases) | ||
|
||
[Live Demo](https://codepen.io/underlinewords/pen/pogooob) | ||
### Features | ||
* Clean code | ||
* Simple enough (just compile) | ||
* Fully customizable (grid number, class names etc.) | ||
* CSS Grid based, not Flexbox! | ||
* Viewport breakpoints | ||
* Column offsets | ||
* Equal height columns | ||
|
||
[Take a Look](https://codepen.io/underlinewords/pen/pogooob) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters