`-webkit-box-orient` has been removed?
See original GitHub issueI rencently found that -webkit-box-orient
has been removed by autoprefixer when browsers list was set as defaults
, and why?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Ask not to remove the code: -webkit-box-orient #1141
The reason why people are getting annoyed at Autoprefixer is because Autoprefixer is breaking line-clamp and it has been for quite a while....
Read more >webkit box orient styling disappears from styling - css
For some reason, the box-orient line simply gets removed from the styling by the transpile, causing the ellipsis to not work. This seems...
Read more >box-orient - CSS: Cascading Style Sheets - MDN Web Docs
The box-orient CSS property sets whether an element lays out its ... it may have already been removed from the relevant web standards, ......
Read more >webkit-box quirks from -webkit-line-clamp
This intent discusses removing the flex features from -w-l-c. Search tags. line-clamp,. Last updated on 2022-10-22 ...
Read more >"-webkit-box-orient" | Can I use... Support tables for HTML5, ...
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
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 Free
Top 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
Fixed by 69ed8a0 and released in 9.6.1.
It does required for Chrome, especially when using
-webkit-box
, as it affect the behavior oftext-align
. You can check the example by visiting my snippet: https://codepen.io/aleen42/pen/GxZzKe.