mirror of
				https://github.com/caressofsteel/hugo-story.git
				synced 2025-11-04 07:45:29 +01:00 
			
		
		
		
	added breakpint: null and removed deprecated !global
This commit is contained in:
		@@ -4,7 +4,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	/// Breakpoints.
 | 
						/// Breakpoints.
 | 
				
			||||||
	/// @var {list}
 | 
						/// @var {list}
 | 
				
			||||||
	$breakpoints: () !global;
 | 
						//$breakpoints: () !global;
 | 
				
			||||||
 | 
						$breakpoints: null;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Mixins.
 | 
					// Mixins.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -220,4 +221,4 @@
 | 
				
			|||||||
				@content;
 | 
									@content;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user