|
|
82fdc6a727
|
Generated by Spark: #26 11.09 Issue #1:
#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 │ }
|
2026-01-17 15:00:44 +00:00 |
|