I tried:
#container-fluid,
#row-fluid,
#row-fluid > .span2,
#sidebar-nav,
#wrapper {
height: 100%;
min-height: 100%;
}
#container-fluid,
#row-fluid,
#row-fluid > .span2,
#sidebar-nav,
#wrapper {
height: 100%;
min-height: 100%;
}
#container-fluid,
#row-fluid,
#row-fluid > .span2,
#sidebar-nav,
#wrapper {
height: 100%;
min-height: 100%;
}
and it produces:
here height and min-height is repeating thrice, because above same selector repeating thrice
#container-fluid,#row-fluid,#row-fluid &>.span2,#sidebar-nav,#wrapper {
height: 100%;
min-height: 100%;
height: 100%;
min-height: 100%;
height: 100%;
min-height: 100%;
}
I tried:
and it produces:
here height and min-height is repeating thrice, because above same selector repeating thrice