dejot / profoundgrid

Responsive grid for fixed & fluid layouts.

Home Page:http://www.profoundgrid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profound Grid

A responsive grid system for fixed and fluid layouts. Built in SCSS/Compass.

Requirements

Sass >= 3.2.5

Basic Usage

This repo is a mirror of http://www.profoundgrid.com and should be understood as one big example. The grid is just one file: /sass/grid/_grid.scss

// //////////////////////
// CONFIG
// //////////////////////

@import 'grid/grid';

$total_width: 100%;
$container_margin: 3.85%;
$gutter_width: 3.85%;
$max_width: 1233px;

.somecontainer{
	@include container();
}

.somecolumn{
	@include column(9);
}

.somesidebar{
	@include column(3);
	@include push(9);
}

License: WTFPL

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004

Copyright (C) 2013 Profound Creative Studio, LLC <mail@weareprofound.com>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

 0. You just DO WHAT THE FUCK YOU WANT TO.

Credits/Inspiration:

Profound Creative Studio

About

Responsive grid for fixed & fluid layouts.

http://www.profoundgrid.com


Languages

Language:CSS 71.1%Language:HTML 21.0%Language:JavaScript 7.6%Language:Ruby 0.2%