static: include full FA in router-outlet
This commit is contained in:
parent
9714e5583d
commit
b39bee7a30
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -10,6 +10,8 @@ import PF from "@patternfly/patternfly/patternfly.css";
|
|||
// @ts-ignore
|
||||
import PFAddons from "@patternfly/patternfly/patternfly-addons.css";
|
||||
// @ts-ignore
|
||||
import FA from "@fortawesome/fontawesome-free/css/fontawesome.css";
|
||||
// @ts-ignore
|
||||
import PBGlobal from "../passbook.css";
|
||||
// @ts-ignore
|
||||
import CodeMirrorStyle from "codemirror/lib/codemirror.css";
|
||||
|
@ -47,6 +49,7 @@ export class RouterOutlet extends LitElement {
|
|||
return [
|
||||
PF,
|
||||
PFAddons,
|
||||
FA,
|
||||
PBGlobal,
|
||||
CodeMirrorStyle,
|
||||
CodeMirrorTheme,
|
||||
|
|
Reference in New Issue