Skip to content

Profound Grid is a responsive grid system for fixed and fluid layouts. See it in action here:

Notifications You must be signed in to change notification settings

zweiland-zz/profoundgrid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Profound Grid is a responsive grid system for fixed and fluid layouts. See it in action here:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published