Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pr1mer-tech/waffle-grid
An easy to use flexbox grid system.
https://github.com/pr1mer-tech/waffle-grid
css css-grid flex flexbox flexbox-grid responsive sass scss waffle-grid
Last synced: 4 days ago
JSON representation
An easy to use flexbox grid system.
- Host: GitHub
- URL: https://github.com/pr1mer-tech/waffle-grid
- Owner: pr1mer-tech
- License: mit
- Created: 2017-02-27T03:49:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T02:10:39.000Z (over 4 years ago)
- Last Synced: 2024-10-15T16:20:47.023Z (19 days ago)
- Topics: css, css-grid, flex, flexbox, flexbox-grid, responsive, sass, scss, waffle-grid
- Language: CSS
- Homepage: https://waffle.pr1mer.tech
- Size: 993 KB
- Stars: 601
- Watchers: 25
- Forks: 47
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Waffle grid
An easy to use flexbox grid system.## Getting Started
To get the waffle grid system in your web page, simply paste this code into the `head` of your document,
```html```
or you can install the waffle grid system using a package manager like [npm](https://npmjs.com/package/waffle-grid)
```bash
$ npm install waffle-grid
# or
$ bower install waffle-grid
```
If you want you can still download the waffle grid [here](https://github.com/lucasgruwez/waffle-grid/releases).## Docs
```html
```The full docs can be found [here](https://github.com/lucasgruwez/waffle-grid/wiki)
## Like this project?
Please feel free to give the waffle-grid repo a star, and if you want to help support my work, please consider [donating](https://paypal.me/lucasgruwez).
## Built With
* [Gulp](http://gulpjs.com/) - Build system
* [Sass](https://sass-lang.com/) - Language
* [Jekyll](https://jekyllrb.com/) - Used for the website## Contributing
Please read [CONTRIBUTING.md](./.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
#### Made a website using the Waffle grid?
Add the built with waffle-grid badge to your `README.md`
[![Built with Waffle Grid](https://lucasgruwez.github.io/waffle-grid/img/built-with-waffle.svg)](https://lucasgruwez.github.io/waffle-grid/img/built-with-waffle.svg)
Feel free to send me an email at [[email protected]](mailto:[email protected]), and I might add your site to an examples section I'm currently working on.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/lucasgruwez/waffle-grid/tags).
## Authors
- **Lucas Gruwez** - *Initial work* - [@lucasgruwez](https://github.com/lucasgruwez)
- **Jack McNicol** - *Helped out a lot* - [@jackmcpickle](https://github.com/jackmcpickle)
- **Arthur Guiot** - *Added js function* - [@arguiot](https://gothub.com/arguiot)See also the list of [contributors](https://github.com/lucasgruwez/waffle-grid/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
Copyright © 2017 lucasgruwez All Rights Reserved.