use @screen-small var in grid.less

Per comment by @nextgenthemes on/in cd06c5baac
This commit is contained in:
Chris Rebert 2013-05-03 17:38:58 -07:00
parent c3b9ac4676
commit e0b9b86d32
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
.generate-grid-columns(@grid-columns);
// Then generate the larger grid classes via media query
@media screen and (min-width: 768px) {
@media screen and (min-width: @screen-small) {
.generate-large-grid-columns(@grid-columns);
}