Version initiale du site
This commit is contained in:
		
							
								
								
									
										10
									
								
								sass/bootstrap/mixins/_size.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								sass/bootstrap/mixins/_size.scss
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| // Sizing shortcuts | ||||
|  | ||||
| @mixin size($width, $height) { | ||||
|   width: $width; | ||||
|   height: $height; | ||||
| } | ||||
|  | ||||
| @mixin square($size) { | ||||
|   @include size($size, $size); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 faquin
					faquin