Skip to content

Flexbox css breaks in Safari 8 and iOS 8 #3172

@yshing

Description

@yshing

Due to the 'no-2009' flag in auto-prefix configuration, iOS 8 and Safari 8 flexbox layout breaks.

Removed the 'no-2009' flag solves the problem.

Pathcing node_modules/react-scripts/config/webpack.config.dev.js and remove the no-2009 line fixes the issue.

Is this a bug report?

yes

Can you also reproduce the problem with npm 4.x?

yes

(Write your answer here.)

Which terms did you search for in User Guide?

Expected Behavior

(Write what you thought would happen.)
Flexbox should display OK in iOS 8 and Safari 8 by current autoprefix config.

Actual Behavior

Flexbox layout totally breaks due to not being prefixed.
(Write what happened. Please add screenshots!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions