Update _mixins.sass
This commit is contained in:
		
							
								
								
									
										10
									
								
								_mixins.sass
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								_mixins.sass
									
									
									
									
									
								
							@@ -1,3 +1,13 @@
 | 
				
			|||||||
 | 
					/*
 | 
				
			||||||
 | 
					 * Create a hover that prevents the hover from appearing when you scroll in mobile
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * Examples: @include hover()
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					@mixin hover()
 | 
				
			||||||
 | 
					  @media (hover: hover)
 | 
				
			||||||
 | 
					    &:hover
 | 
				
			||||||
 | 
					      @content
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Fixes an element on the page to take up all the space or only part of it.
 | 
					 * Fixes an element on the page to take up all the space or only part of it.
 | 
				
			||||||
 * $side: all (default), top, bottom
 | 
					 * $side: all (default), top, bottom
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user