compass/examples/ninesixty/src/grid.scss

16 lines
281 B
SCSS
Raw Normal View History

2010-04-11 10:46:42 +00:00
/* 960 Grid System ~ Core CSS.
* Learn more ~ http://960.gs/
*
* Licensed under GPL and MIT. */
@import "compass/utilities/general/reset";
@import "960/grid";
@include global-reset;
.container_12 {
@include grid-system(12); }
.container_16 {
@include grid-system(16); }