You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Hello, i'm using bootstrap 4, and it seems broken when use your library. I found some problem with "calc" that returned abnormal.
Minified:
min-height:calc(100% -(1.75rem*2))It should be:
min-height:calc(100% - (1.75rem*2))The problem is caused by the minus operator.