mirror of
				https://github.com/checktheroads/hyperglass
				synced 2024-05-11 05:55:08 +00:00 
			
		
		
		
	fix vscode autoformatting error
This commit is contained in:
		@@ -1,9 +1,9 @@
 | 
			
		||||
// Jinja2-rendered theme elements
 | 
			
		||||
$hg-primary:  {{ colors.primary }}
 | 
			
		||||
$hg-secondary:  {{ colors.secondary }}
 | 
			
		||||
$hg-danger:  {{ colors.danger }}
 | 
			
		||||
$hg-warning:  {{ colors.warning }}
 | 
			
		||||
$hg-background:  {{ colors.background }}
 | 
			
		||||
$hg-primary: {{ colors.primary }}
 | 
			
		||||
$hg-secondary: {{ colors.secondary }}
 | 
			
		||||
$hg-danger:   {{ colors.danger }}
 | 
			
		||||
$hg-warning: {{ colors.warning }}
 | 
			
		||||
$hg-background: {{ colors.background }}
 | 
			
		||||
 | 
			
		||||
@function findTextColor($color)
 | 
			
		||||
    $inverted: invert($color)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user