mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-01-22 23:01:01 +00:00
refactor: revert media query range notation (#1072)
Media queries range syntax not supported by Safari for iOS under 16.4
See also:
- https://caniuse.com/?search=media-queries
This reverts commit 1682ce9d7c.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"always",
|
||||
{ "ignore": ["after-comment", "first-nested", "inside-block"] }
|
||||
],
|
||||
"value-keyword-case": ["lower", { "ignoreProperties": ["/^\\$/"] }]
|
||||
"value-keyword-case": ["lower", { "ignoreProperties": ["/^\\$/"] }],
|
||||
"media-feature-range-notation": "prefix"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user