16 lines
281 B
SCSS
16 lines
281 B
SCSS
/* 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); }
|