HTML to PDF converter for PHP
-
Updated
Oct 15, 2021 - PHP
Cascading Style Sheets (CSS) is a language used most often to style and improve upon the appearance of websites. It allows for the separation of presentation and content, and includes the characteristics of layouts, colors and fonts. CSS builds upon HTML to make webpages more interactive and appealing to the user.
When you parse using --components=true the css file generated works for the most part. The only main problem is that it generates duplicate classes if many elements with the same class exist in the original file.
For example if you have the following:
<div class="alert alert-warning">
some warning alert
</div>
.
some other code
.
<div class="alert alert-danger">
this is a Created by Håkon Wium, Lie Bert Bos
Released December 17, 1996
Sep 2021 - Sep 2030 • Online
October 29, 2021 • Online
Describe the bug
If you add a full width element to a site using the latest Storefront theme, 3.3.0, it will show margins on both sides for mobile view.
To Reproduce
Steps to reprod