migrate recent LESS folder commit to Sass folder

relevant LESS folder commit: aa81c49a24
This commit is contained in:
Owen Versteeg 2014-02-11 21:37:52 -05:00
parent aa81c49a24
commit b92351bb92

View file

@ -1,7 +1,7 @@
@if $import-grid == true{
//-------------------------------------------------------------------
// Grid system responsive code is in _general.scss
// A hack for the grid system is located in _iehacks.scss
// A hack (for old IEs) for the grid system is located in _iehacks.scss
//-------------------------------------------------------------------
.row {
@ -15,47 +15,43 @@ column {
margin: auto 1%;
}
.c12 {
width: 98%;
}
.c11 {
width: 89.66%;
}
.c10 {
width: 98%;
width: 81.33%;
}
.c9 {
width: 88%;
width: 73%;
}
.c8 {
width: 78%;
width: 64.66%;
}
.c7 {
width: 68%;
width: 56.33%;
}
.c6 {
width: 58%;
width: 48%;
}
.c5 {
width: 48%
width: 39.66%
}
.c4 {
width: 38%;
width: 31.33%;
}
.c3 {
width: 28%;
width: 23%;
}
.c2 {
width: 18%;
width: 14.66%;
}
.c1 {
width: 8%;
width: 6.33%;
}
//-------------------------------------------------------------------
// End @if
}