Hi,
I’m using SonarQube Community Edition Version 9.4 (build 54424) and always encounter Unexpected unknown media feature name "display-mode"
on this code
@media (min-width: theme('screens.2xl')) and (display-mode: fullscreen) {
I believe use display-mode feature under @media is safe & acceptable refer to these articles
- How to detect fullscreen mode using CSS — Amit Merchant — A blog on PHP, JavaScript, and more
- display-mode - CSS: Cascading Style Sheets | MDN
- CSS @media display-mode Property
So, I report this bug as false-positive. Could you please help to verify it?
Thanks