mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
32 lines
467 B
JSON
32 lines
467 B
JSON
|
{
|
||
|
"mobile": {
|
||
|
"id": "mobile",
|
||
|
"name": "Mobile",
|
||
|
"from": 0,
|
||
|
"to": 768
|
||
|
},
|
||
|
"tablet": {
|
||
|
"id": "tablet",
|
||
|
"name": "Tablet",
|
||
|
"from": 769,
|
||
|
"to": 1023
|
||
|
},
|
||
|
"desktop": {
|
||
|
"id": "desktop",
|
||
|
"name": "Desktop",
|
||
|
"from": 1024,
|
||
|
"to": 1215
|
||
|
},
|
||
|
"widescreen": {
|
||
|
"id": "widescreen",
|
||
|
"name": "Widescreen",
|
||
|
"from": 1216,
|
||
|
"to": 1407
|
||
|
},
|
||
|
"fullhd": {
|
||
|
"id": "fullhd",
|
||
|
"name": "FullHD",
|
||
|
"from": 1408
|
||
|
}
|
||
|
}
|