mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Initialize css string
This commit is contained in:
parent
d264f5f98e
commit
e0267258a4
@ -25,7 +25,7 @@ const getExportCSS = async (): Promise<string> => {
|
||||
stylesheets.push(e.href);
|
||||
}
|
||||
});
|
||||
let CSS: string;
|
||||
let CSS = "";
|
||||
for (const stylesheet of stylesheets) {
|
||||
const res = await fetch(stylesheet);
|
||||
const innerText = await res.text();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user