Olivier Blanc

Results 2 issues of Olivier Blanc

I have some [Bootstrap cards](https://getbootstrap.com/docs/4.0/components/card/) on a wrapper with class .cards-grid using grid display: ``` .cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); } ``` Then I limit the height...

Hi, Thanks for your usefull package. But there is an issue with the "Remove ids" part of the "Cleaner" class : it breaks some SVG that need their inner IDs,...