mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Fix #3076
This commit is contained in:
@@ -215,6 +215,11 @@
|
||||
"value": "true",
|
||||
"type": "boolean"
|
||||
},
|
||||
"$breakpoints": {
|
||||
"name": "$breakpoints",
|
||||
"value": "(\"mobile\": (\"until\": $tablet), \"tablet\": (\"from\": $tablet), \"tablet-only\": (\"from\": $tablet, \"until\": $desktop), \"touch\": (\"from\": $desktop), \"desktop\": (\"from\": $desktop), \"desktop-only\": (\"from\": $desktop, \"until\": $widescreen), \"until-widescreen\": (\"until\": $widescreen), \"widescreen\": (\"from\": $widescreen), \"widescreen-only\": (\"from\": $widescreen, \"until\": $fullhd), \"until-fullhd\": (\"until\": $fullhd), \"fullhd\": (\"from\": $fullhd))",
|
||||
"type": "compound"
|
||||
},
|
||||
"$easing": {
|
||||
"name": "$easing",
|
||||
"value": "ease-out",
|
||||
@@ -300,6 +305,7 @@
|
||||
"$widescreen-enabled",
|
||||
"$fullhd",
|
||||
"$fullhd-enabled",
|
||||
"$breakpoints",
|
||||
"$easing",
|
||||
"$radius-small",
|
||||
"$radius",
|
||||
|
||||
Reference in New Issue
Block a user