mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #3920
This commit is contained in:
@@ -129,7 +129,7 @@ $bubble-order: ("axbom", "jesseschoff", "ale_codes", "MyTopSecretName");
|
||||
$delay-factor: 0.3s;
|
||||
|
||||
@for $index from 1 through length($bubble-order) {
|
||||
$name: nth($bubble-order, $index);
|
||||
$name: list.nth($bubble-order, $index);
|
||||
|
||||
.js-bubble-#{$name} {
|
||||
.bd-bubble-content {
|
||||
|
||||
Reference in New Issue
Block a user