diff --git a/app/assets/stylesheets/print.scss b/app/assets/stylesheets/print.scss index fbe881d6fb6..0ffcc4787a3 100644 --- a/app/assets/stylesheets/print.scss +++ b/app/assets/stylesheets/print.scss @@ -1,4 +1,8 @@ -@import '@manageiq/ui-components/dist/css/ui-components.css'; +/* + * Unfortunately ui-components needs to be loaded like this :( + * This is due to the fact that we have ui-components through yarn + *= require @manageiq/ui-components/dist/css/ui-components + */ @import 'patternfly-sprockets'; @import 'patternfly/variables';