fiveai / Cachet

📛 An open source status page system for everyone.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
101 stars 28 forks source link

Stop tooltip styles getting purged from CSS when minifying #7 #15

Closed sedan07 closed 3 years ago

sedan07 commented 3 years ago

.tooltip and related styles were getting removed when purging the CSS of all unused CSS as they don't appear in the HTML. They get injected in by JS. This just stops them getting removed + recompiled the assets with them in.