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

Find more places where calc() is applicable #62

Open halfmoonui opened 3 years ago

halfmoonui commented 3 years ago

Someone brought up a good point in another issue (https://github.com/halfmoonui/halfmoon/issues/55) that a few more variables can use the calc() function to make the framework even more extensible and easier to customize. That particular issue has been solved, however, I am creating this issue so that this is better addressed.

Please help me find other places where the calc() function is applicable (instead of hard-coding values). For reference, see the previously linked issue. In other words, comment on this issue if you think you have found a place where calc() is applicable. Thank you!