Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit d57c065

Browse files
committed
Fix indicator css in install.json
1 parent e7360fc commit d57c065

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: install.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@
1717
},
1818
{
1919
"type": "style",
20-
"src": "./themes/offline-theme-{{ options.theme }}.css"
20+
"src": "./themes/offline-theme-{{ options.theme }}.css",
21+
"if": "!options.indicator"
22+
},
23+
{
24+
"type": "style",
25+
"src": "./themes/offline-theme-{{ options.theme }}-indicator.css",
26+
"if": "options.indicator"
2127
}
2228
]
2329
},

0 commit comments

Comments
 (0)