mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Merge pull request #7782 from cvrebert/patch-1
use @screen-small var in grid.less
This commit is contained in:
		
						commit
						d0e79a36d5
					
				| 
						 | 
					@ -31,7 +31,7 @@
 | 
				
			||||||
.generate-grid-columns(@grid-columns);
 | 
					.generate-grid-columns(@grid-columns);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Then generate the larger grid classes via media query
 | 
					// 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);
 | 
					  .generate-large-grid-columns(@grid-columns);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue