'-webkit-box' in defaults
See original GitHub issueSince 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:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@obendev if you want to remove prefixes quicker, please post a reply for that tweet that it is important for you.
Strange. I will investigate it few days later.