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

Break the calc #3

@abydahana

Description

@abydahana

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions