mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #1759
This commit is contained in:
@@ -196,11 +196,21 @@
|
||||
"name": "$widescreen",
|
||||
"value": "1152px + (2 * $gap)"
|
||||
},
|
||||
"widescreen-enabled": {
|
||||
"id": "widescreen-enabled",
|
||||
"name": "$widescreen-enabled",
|
||||
"value": "true"
|
||||
},
|
||||
"fullhd": {
|
||||
"id": "fullhd",
|
||||
"name": "$fullhd",
|
||||
"value": "1344px + (2 * $gap)"
|
||||
},
|
||||
"fullhd-enabled": {
|
||||
"id": "fullhd-enabled",
|
||||
"name": "$fullhd-enabled",
|
||||
"value": "true"
|
||||
},
|
||||
"easing": {
|
||||
"id": "easing",
|
||||
"name": "$easing",
|
||||
|
||||
Reference in New Issue
Block a user