mirror of
https://github.com/swc-project/swc.git
synced 2025-01-01 18:16:09 +03:00
a5f7b4b8aa
Co-authored-by: alexander.akait <sheo13666q@gmail.com>
13 lines
371 B
JSON
13 lines
371 B
JSON
{
|
|
"custom-media": {
|
|
"--mq-a": "(max-width: 30em), (max-height: 30em)",
|
|
"--mq-b": "screen and (max-width: 30em)",
|
|
"--not-mq-a": "not all and (--mq-a)",
|
|
"--circular-mq-a": "(--circular-mq-b)",
|
|
"--circular-mq-b": "(--circular-mq-a)",
|
|
"--min": "(min-width: 320px)",
|
|
"--max": "(max-width: 640px)",
|
|
"--concat": "(min-width: 320px) and (max-width: 640px)"
|
|
}
|
|
}
|