All Projects → alistairtweedie → Pintsize

alistairtweedie / Pintsize

Customisable 💪 Flexbox grid system

Projects that are alternatives of or similar to Pintsize

flexboxes
CSS flexbox framework with pure flexbox grid ability
Stars: ✭ 27 (-91.82%)
Mutual labels:  grid, flexbox, grid-system
React Flex Ready
A Flexbox grid ready, easy to implement and customize
Stars: ✭ 23 (-93.03%)
Mutual labels:  grid, grid-system, flexbox
tetris-grid
◼️Lightweight and simple CSS grid
Stars: ✭ 16 (-95.15%)
Mutual labels:  grid, flexbox, flexbox-grid
Griz
Grid library for React; Rescue the cat
Stars: ✭ 99 (-70%)
Mutual labels:  grid, grid-system, flexbox
Katana
Katana is CSS Layout System made with Flexbox
Stars: ✭ 57 (-82.73%)
Mutual labels:  grid, flexbox, flexbox-grid
Griddd
A dead simple, customisable, flexbox-based griddd
Stars: ✭ 108 (-67.27%)
Mutual labels:  grid, grid-system, flexbox
Atgrid.css
CSS Grid System with attribute selectors
Stars: ✭ 37 (-88.79%)
Mutual labels:  grid, flexbox-grid, flexbox
Flexible Grid
Flexible grid layouts to get you familiar with building within the flexible grid system.(HTML, CSS, SASS, SCSS)
Stars: ✭ 154 (-53.33%)
Mutual labels:  grid, flexbox-grid, flexbox
gutter-grid
A Sass flexbox based grid system that is able to replicate CSS grid-gap in IE11
Stars: ✭ 18 (-94.55%)
Mutual labels:  grid, flexbox, grid-system
hagrid
📏 Hagrid is a mixin library for responsive websites and web applications.
Stars: ✭ 30 (-90.91%)
Mutual labels:  grid, flexbox
fortune
🔮Fortune is your friendly CSS properties framework.
Stars: ✭ 16 (-95.15%)
Mutual labels:  grid, flexbox
tailwind-bootstrap-grid
Tailwind CSS plugin that generates Bootstrap's flexbox grid
Stars: ✭ 96 (-70.91%)
Mutual labels:  flexbox, flexbox-grid
tomanistor.com
Personal portfolio website and blog created with Hugo
Stars: ✭ 14 (-95.76%)
Mutual labels:  grid, flexbox-grid
40-lines-of-Sass
Full featured flexbox grid in 40 lines of Sass
Stars: ✭ 20 (-93.94%)
Mutual labels:  flexbox, flexbox-grid
ginger
A minimal flexbox grid system named after a cute dog.
Stars: ✭ 31 (-90.61%)
Mutual labels:  flexbox-grid, grid-system
grd-sass
Sass port of 1000ch/grd that is a CSS grid framework using Flexbox.
Stars: ✭ 12 (-96.36%)
Mutual labels:  grid, flexbox
ReactSimpleFlexGrid
A way to quickly add a Grid Layout to your React app 🚀
Stars: ✭ 185 (-43.94%)
Mutual labels:  grid, flexbox
tb-grid
tb-grid is a super simple and lightweight 12 column responsive grid system utilizing css grid.
Stars: ✭ 19 (-94.24%)
Mutual labels:  grid, grid-system
simple-grid-system
A CSS Flexbox grid system for web page . Easy to use it !!
Stars: ✭ 15 (-95.45%)
Mutual labels:  grid, grid-system
vue-grid
A powerful flexbox grid system for Vue.js 2.x, built with inline-styles
Stars: ✭ 23 (-93.03%)
Mutual labels:  grid, flexbox

Pintsize

Build Status devDependency Status

A simple and modern flexible grid system

Get started

It's easy to get started. Just follow the steps below.

1.Download

2. Install

Run Node Package Manager

$ npm install

3. Configure

Copy the pixel grid values used in your design into _pintsize.scss file.

$columns: 12;
$column-width: 65px;
$gutter-width: 20px;

4. Build

Run Gulp to build the grid

$ gulp build

License

The MIT License (MIT)

Copyright (c) 2016 @alistairtweedie

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].