1
0
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:
checktheroads
2019-09-04 22:14:23 -07:00
parent a18eead5c2
commit 7abafde480

View File

@@ -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)