I am running a stack with rails, react on rails, and webpack. I am able to use print styles successfully in development, however when deploying to production it seems that none of the print styles apply.
Only appears on production.
Possibly move towards PDF similar to other pages.
Style exists in production, not being applied properly?
In production it is able to find the media print styles.

Style in production @media print{.App-module__d-print-active-pdf___2FlpM{background-color:#fff;height:100%;width:100%;position:fixed;top:0;left:0;margin:0;padding:15px;font-size:14px;line-height:18px}}
UPDATE:
Print styles are applied properly from the assets folder.




