halfmoonui / halfmoon

Halfmoon is a highly customizable, drop-in Bootstrap replacement. It comes with three built-in core themes, with dark mode support for all themes and components.
https://www.gethalfmoon.com
MIT License
3.03k stars 118 forks source link

Apply styles to classes instead of tags #94

Open benash opened 3 years ago

benash commented 3 years ago

Thanks for this fantastic project. I'm noticing that the styles that are applied directly to label (and perhaps other tags) can make it difficult to integrate halfmoon with existing projects. For now, I can do my best to adjust variables like --label-margin-bottom, but I was wondering if it might make more sense to shift these styles to classes like .label so they're more opt-in. What do you think?