
Add the missing Print style sheet for the Bootstrap 5 project. Helpful in improving the experience when printing your Bootstrap 5 page.
How to use it:
1. Download the package and add the bootstrap-print.min.css to the page. That’s it.
# Yarn $ yarn add bootstrap-print-css # NPM $ npm i bootstrap-print-css --save
<link rel="stylesheet" href="/css/bootstrap-print.min.css" media="print" />
The post Print Style Sheet For Bootstrap 5 appeared first on CSS Script.