Fix include styles from the parent theme example
This commit is contained in:
parent
e9eba544fe
commit
8f25167b8e
1 changed files with 1 additions and 3 deletions
|
@ -160,9 +160,7 @@ to:
|
|||
|
||||
[source]
|
||||
----
|
||||
styles=web_modules/@fontawesome/fontawesome-free/css/icons/all.css web_modules/@patternfly/react-core/dist/styles/base.css
|
||||
web_modules/@patternfly/react-core/dist/styles/app.css node_modules/patternfly/dist/css/patternfly.min.css
|
||||
node_modules/patternfly/dist/css/patternfly-additions.min.css css/login.css css/styles.css
|
||||
styles=web_modules/@fontawesome/fontawesome-free/css/icons/all.css web_modules/@patternfly/react-core/dist/styles/base.css web_modules/@patternfly/react-core/dist/styles/app.css node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css css/login.css css/styles.css
|
||||
----
|
||||
|
||||
NOTE: To override styles from the parent stylesheets it's important that your stylesheet is listed last.
|
||||
|
|
Loading…
Reference in a new issue