question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'-webkit-box' in defaults

See original GitHub issue

Since the last browserlist update autoprefixer adds display: -webkit-box for display: flex.

"browserslist": [
        "defaults"
    ]

in my packagaje.json, I changed nothing else, just the new browserlist version. Is this on purpose? Feels like a bug

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
aicommented, Jul 5, 2019

@obendev if you want to remove prefixes quicker, please post a reply for that tweet that it is important for you.

1reaction
aicommented, Jul 2, 2019

Strange. I will investigate it few days later.

Read more comments on GitHub >

github_iconTop Results From Across the Web

box-flex - CSS: Cascading Style Sheets - MDN Web Docs
box -flex · Syntax. The box-flex property is specified as a <number> . If the value is 0, the box does not grow....
Read more >
The CSS box-sizing property - Level Up Coding - gitconnected
The box-sizing property determines how the final space an element occupies on the web page is calculated. The default value for this property...
Read more >
Why is -webkit-box-flex not being overridden in Chrome and ...
-webkit-box-flex: 1 is having an impact on your layout because it is being applied to a flex item who's parent does not have...
Read more >
CSS Default Browser Values for HTML Elements - W3Schools
Element Default CSS Value Try it a:link:active color: (internal value) Try it » a:visited:active color: (internal value) Try it » abbr None.
Read more >
A Complete Guide to Flexbox | CSS-Tricks
The main idea behind the flex layout is to give the container the ability to alter its items' width/height (and order) to best...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found