Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Break the calc #3

Open
abydahana opened this issue Jan 10, 2019 · 0 comments
Open

Break the calc #3

abydahana opened this issue Jan 10, 2019 · 0 comments
Assignees
Labels

Comments

@abydahana
Copy link

abydahana commented Jan 10, 2019

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.

@asika32764 asika32764 added the bug label Jan 10, 2019
@asika32764 asika32764 self-assigned this Jan 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants