mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 06:04:54 +00:00
#26 11.09 │ .container { #26 11.09 │ width: 100%; #26 11.09 │ @media (width >= (display-mode: standalone)) { #26 11.09 ┆ ^-- Unexpected token ParenthesisBlock #26 11.09 ┆ #26 11.09 │ max-width: (display-mode: standalone); #26 11.09 │ } #26 11.09 #26 11.09 Issue #2: #26 11.09 │ max-width: (display-mode: standalone); #26 11.09 │ } #26 11.09 │ @media (width >= (pointer: coarse)) { #26 11.09 ┆ ^-- Unexpected token ParenthesisBlock #26 11.09 ┆ #26 11.09 │ max-width: (pointer: coarse); #26 11.09 │ } #26 11.09 #26 11.09 Issue #3: #26 11.09 │ max-width: (pointer: coarse); #26 11.09 │ } #26 11.09 │ @media (width >= (pointer: fine)) { #26 11.09 ┆ ^-- Unexpected token ParenthesisBlock #26 11.09 ┆ #26 11.09 │ max-width: (pointer: fine); #26 11.09 │ }