Author: | coliff |
---|---|
Views Total: | 3,344 views |
Official Page: | Go to website |
Last Update: | July 19, 2021 |
License: | MIT |
Preview:

Description:
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" />