Refactor
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
{
|
||||
"themeColor": "#f76d6c"
|
||||
"themeColor": "#f76d6c",
|
||||
"themeColorForeground": "#fff"
|
||||
}
|
||||
|
@ -1,7 +1,9 @@
|
||||
json('../../const.json')
|
||||
|
||||
@charset 'utf-8'
|
||||
|
||||
$theme-color = #f76d6c
|
||||
$theme-color-foreground = #fff
|
||||
$theme-color = themeColor
|
||||
$theme-color-foreground = themeColorForeground
|
||||
|
||||
@import './reset'
|
||||
|
||||
|
Reference in New Issue
Block a user