mirror of
				https://github.com/andrewgioia/mana.git
				synced 2025-11-04 09:00:45 +00:00 
			
		
		
		
	add !default for variable
This commit is contained in:
		
							parent
							
								
									1d9e5da9ee
								
							
						
					
					
						commit
						9c9fe7da94
					
				@ -1,8 +1,8 @@
 | 
				
			|||||||
/**
 | 
					/**
 | 
				
			||||||
 * Global */
 | 
					 * Global */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$ms-font-path: '../fonts';
 | 
					$ms-font-path: '../fonts' !default;
 | 
				
			||||||
$ms-version: '1.3.1';
 | 
					$ms-version: '1.3.1' !default;
 | 
				
			||||||
$ms-font-size-base: 14px;
 | 
					$ms-font-size-base: 14px !default;
 | 
				
			||||||
$ms-prefix: ms;
 | 
					$ms-prefix: ms !default;
 | 
				
			||||||
$ms-serif-font: 'MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif';
 | 
					$ms-serif-font: 'MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif' !default;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user