All Projects → pr1mer-tech → Waffle Grid

pr1mer-tech / Waffle Grid

Licence: mit
An easy to use flexbox grid system.

Projects that are alternatives of or similar to Waffle Grid

Flexible Grid
Flexible grid layouts to get you familiar with building within the flexible grid system.(HTML, CSS, SASS, SCSS)
Stars: ✭ 154 (-74.42%)
Mutual labels:  flex, flexbox-grid, scss, sass, flexbox
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+18.94%)
Mutual labels:  scss, sass, responsive, flexbox, css-grid
Gridlex
Just a CSS Flexbox Grid System
Stars: ✭ 1,328 (+120.6%)
Mutual labels:  flexbox-grid, scss, sass, css-grid
Infinity Css Grid
Fluid Flex Solution for making infinite grid columns.
Stars: ✭ 112 (-81.4%)
Mutual labels:  flex, flexbox-grid, flexbox, css-grid
Kindling
A pocket-sized grid system built on the flex display property.
Stars: ✭ 155 (-74.25%)
Mutual labels:  flexbox-grid, scss, sass, flexbox
Griddle
A CSS Grid Framework
Stars: ✭ 215 (-64.29%)
Mutual labels:  scss, sass, flexbox, css-grid
Katana
Katana is CSS Layout System made with Flexbox
Stars: ✭ 57 (-90.53%)
Mutual labels:  flex, flexbox, css-grid, flexbox-grid
40-lines-of-Sass
Full featured flexbox grid in 40 lines of Sass
Stars: ✭ 20 (-96.68%)
Mutual labels:  responsive, flexbox, css-grid, flexbox-grid
Rfs
✩ Automates responsive resizing ✩
Stars: ✭ 2,789 (+363.29%)
Mutual labels:  scss, sass, responsive
Vue Flexboxgrid
Vue components made with Flexboxgrid
Stars: ✭ 37 (-93.85%)
Mutual labels:  flexbox-grid, flexbox, css-grid
The Flex Grid
The Flex Grid is a responsive CSS flexbox grid. Because we can!
Stars: ✭ 45 (-92.52%)
Mutual labels:  flexbox-grid, flexbox, css-grid
Blueprint Css
📘 Blueprint CSS is a modern responsive CSS layout library & grid built on top of CSS Grid and Flexbox.
Stars: ✭ 233 (-61.3%)
Mutual labels:  scss, flexbox, css-grid
Mq Scss
Extremely powerful Sass media query mixin. Allows you to create almost any media query you can imagine.
Stars: ✭ 122 (-79.73%)
Mutual labels:  scss, sass, responsive
Frow
Flexbox Toolkit & Grid
Stars: ✭ 152 (-74.75%)
Mutual labels:  flexbox-grid, flexbox, css-grid
Progress Tracker
A HTML component to illustrate the steps in a multi step process e.g. a multi step form, a timeline or a quiz.
Stars: ✭ 461 (-23.42%)
Mutual labels:  scss, sass, flexbox
Basis
A lightweight responsive Sass/CSS framework based on flexible box.
Stars: ✭ 133 (-77.91%)
Mutual labels:  scss, sass, flexbox
React Flexa
Responsive React Flexbox (CSS Flexible Box Layout Module) grid system based heavily on the standard CSS API.
Stars: ✭ 120 (-80.07%)
Mutual labels:  flex, responsive, flexbox
tetris-grid
◼️Lightweight and simple CSS grid
Stars: ✭ 16 (-97.34%)
Mutual labels:  flexbox, css-grid, flexbox-grid
Plate
Plate: a super stripped-down WordPress starter theme for developers.
Stars: ✭ 110 (-81.73%)
Mutual labels:  scss, sass, css-grid
Quickmenu
The new era of mobile navigation for the web, we're out of hamburgers.
Stars: ✭ 119 (-80.23%)
Mutual labels:  scss, sass, responsive

Waffle grid

An easy to use flexbox grid system.

GitHub release Github All Releases License David Travis Built with Gulp

Getting Started

To get the waffle grid system in your web page, simply paste this code into the head of your document,

<link rel="stylesheet" href="https://unpkg.com/waffle-grid/dist/waffle-grid.min.css">
<!-- or -->
<link rel="stylesheet" href="https://unpkg.com/waffle-grid/dist/waffle-grid.css">

or you can install the waffle grid system using a package manager like npm

$ npm install waffle-grid
# or
$ bower install waffle-grid

If you want you can still download the waffle grid here.

Docs

<div class="grid">
  <div class="row">
    <!-- For column width, use col-n-of-p. By default, p can be 4, 8, or 12 -->
    <div class="col col-1-of-4"></div>
    <div class="col col-1-of-4"></div>
    <div class="col col-1-of-4"></div>
    <div class="col col-1-of-4"></div>
  </div>
  <div class="row">
    <!-- The center class centers the column. -->
    <div class="col col-7-of-12 center"></div>
  </div>
  <div class="row">
    <!-- use col-m- and col-s- as well as m-hide, s-hide, m-only and s-only to make your grid responsive -->
    <div class="col col-2-of-8 col-m-1-of-4 col-s-1-of-2"></div>
    <div class="col col-3-of-8 col-m-2-of-4 col-s-1-of-2"></div>
    <div class="col col-1-of-8 m-hide"></div>
    <div class="col col-2-of-8 col-m-1-of-4 s-hide"></div>
  </div>
  <div class="row">
    <div class="col col-1-of-4"></div>
    <div class="col col-1-of-2"></div>
    <div class="col col-1-of-4"></div>
  </div>
  <div class="row">
    <!-- Pushes and pulls are used in the same way as col-n-of-p. They can also be responsive, like pull-m-1-of-4 -->
    <div class="col col-1-of-8"></div>
    <div class="col col-2-of-8 push-2-of-12"></div>
    <div class="col col-3-of-8 pull-1-of-12"></div>
  </div>
</div>

The full docs can be found here

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.

Built With

Contributing

Please read 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

Feel free to send me an email at [email protected], and I might add your site to an examples section I'm currently working on.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Copyright © 2017 lucasgruwez All Rights Reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].