Skip to content

Commit

Permalink
Merge pull request #4941 from skateman/print-ui-components
Browse files Browse the repository at this point in the history
Load ui-components for printing with asset pipeline require
  • Loading branch information
himdel authored Nov 19, 2018
2 parents d6d9c23 + 3505e68 commit 9ad557b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/print.scss
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 9ad557b

Please sign in to comment.