mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-05-07 12:43:05 +00:00
fix vscode autoformatting error
This commit is contained in:
parent
a18eead5c2
commit
7abafde480
1 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue