mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 21:49:09 +01:00
use @screen-small var in grid.less
Per comment by @nextgenthemes on/in cd06c5baac64a366
This commit is contained in:
parent
c3b9ac4676
commit
e0b9b86d32
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user