Skip to content

cmpscabral/profoundgrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profound Grid

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

Basic Usage

Pretty much everything in this repo is 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);
}

Credits

Credits/Inspiration:

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