Skip to content
This repository was archived by the owner on Mar 22, 2019. It is now read-only.

Preserve min-width:0% as it is#90

Merged
hail2u merged 1 commit intomasterfrom
issue89
Feb 13, 2018
Merged

Preserve min-width:0% as it is#90
hail2u merged 1 commit intomasterfrom
issue89

Conversation

@hail2u
Copy link
Copy Markdown
Owner

@hail2u hail2u commented Feb 13, 2018

min-width:0% is sometimes used for Flexbox and IE10/11 bug. Removing
unit from this declaration breaks this hack. But his seems CSS hack. So
it should be turned on only when preserveHacks: true.

This resolves #89.

`min-width:0%` is sometimes used for Flexbox and IE10/11 bug. Removing
unit from this declaration breaks this hack. But his seems CSS hack. So
it should be turned on only when `preserveHacks: true`.

This resolves #89.
@hail2u hail2u merged commit 9021283 into master Feb 13, 2018
@hail2u hail2u deleted the issue89 branch February 13, 2018 00:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Option to preserve % sign on min-width (needed for correct IE10/11 behaviour)

1 participant