mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Highlight snippet as CSS.
This commit is contained in:
		
							parent
							
								
									c26ef89add
								
							
						
					
					
						commit
						c13faac04d
					
				| 
						 | 
					@ -113,7 +113,7 @@ For more straightforward sizing in CSS, we switch the global `box-sizing` value
 | 
				
			||||||
 | 
					
 | 
				
			||||||
On the rare occasion you need to override it, use something like the following:
 | 
					On the rare occasion you need to override it, use something like the following:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% highlight scss %}
 | 
					{% highlight css %}
 | 
				
			||||||
.selector-for-some-widget {
 | 
					.selector-for-some-widget {
 | 
				
			||||||
  box-sizing: content-box;
 | 
					  box-sizing: content-box;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue