mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add $duration to initial-variables
This commit is contained in:
@@ -184,6 +184,10 @@
|
||||
"name": "breakpoints",
|
||||
"value": "(\n \"mobile\": (\n \"until\": $tablet,\n ),\n \"tablet\": (\n \"from\": $tablet,\n ),\n \"tablet-only\": (\n \"from\": $tablet,\n \"until\": $desktop,\n ),\n \"touch\": (\n \"from\": $desktop,\n ),\n \"desktop\": (\n \"from\": $desktop,\n ),\n \"desktop-only\": (\n \"from\": $desktop,\n \"until\": $widescreen,\n ),\n \"until-widescreen\": (\n \"until\": $widescreen,\n ),\n \"widescreen\": (\n \"from\": $widescreen,\n ),\n \"widescreen-only\": (\n \"from\": $widescreen,\n \"until\": $fullhd,\n ),\n \"until-fullhd\": (\n \"until\": $fullhd,\n ),\n \"fullhd\": (\n \"from\": $fullhd,\n ),\n)"
|
||||
},
|
||||
{
|
||||
"name": "duration",
|
||||
"value": "294ms"
|
||||
},
|
||||
{
|
||||
"name": "easing",
|
||||
"value": "ease-out"
|
||||
|
||||
Reference in New Issue
Block a user