mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Add copyright and license headers to grid and reboot files
Fixes #24311
This commit is contained in:
		
							parent
							
								
									2bd09e5b72
								
							
						
					
					
						commit
						dd9d5cb8de
					
				| 
						 | 
					@ -1,11 +1,9 @@
 | 
				
			||||||
// Bootstrap Grid only
 | 
					/*!
 | 
				
			||||||
//
 | 
					 * Bootstrap Grid v4.0.0-beta (https://getbootstrap.com)
 | 
				
			||||||
// Includes relevant variables and mixins for the flexbox grid
 | 
					 * Copyright 2011-2017 The Bootstrap Authors
 | 
				
			||||||
// system, as well as the generated predefined classes (e.g., `.col-sm-4`).
 | 
					 * Copyright 2011-2017 Twitter, Inc.
 | 
				
			||||||
 | 
					 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 | 
				
			||||||
//
 | 
					 */
 | 
				
			||||||
// Box sizing, responsive, and more
 | 
					 | 
				
			||||||
//
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
@at-root {
 | 
					@at-root {
 | 
				
			||||||
  @-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix
 | 
					  @-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,9 +1,11 @@
 | 
				
			||||||
// Bootstrap Reboot only
 | 
					/*!
 | 
				
			||||||
//
 | 
					 * Bootstrap Reboot v4.0.0-beta (https://getbootstrap.com)
 | 
				
			||||||
// Includes only Normalize and our custom Reboot reset.
 | 
					 * Copyright 2011-2017 The Bootstrap Authors
 | 
				
			||||||
 | 
					 * Copyright 2011-2017 Twitter, Inc.
 | 
				
			||||||
 | 
					 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@import "functions";
 | 
					@import "functions";
 | 
				
			||||||
@import "variables";
 | 
					@import "variables";
 | 
				
			||||||
@import "mixins";
 | 
					@import "mixins";
 | 
				
			||||||
 | 
					 | 
				
			||||||
@import "reboot";
 | 
					@import "reboot";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue