This commit is contained in:
Jeremy Thomas
2024-11-11 10:32:08 +00:00
parent 5531ee1d11
commit 6374a8094d
8 changed files with 197 additions and 217 deletions

View File

@@ -1,3 +1,4 @@
@use "sass:list";
@use "sass/utilities/css-variables" as cv;
@use "../utils";
@@ -128,7 +129,7 @@
$bubble-order: ("axbom", "jesseschoff", "ale_codes", "MyTopSecretName");
$delay-factor: 0.3s;
@for $index from 1 through length($bubble-order) {
@for $index from 1 through list.length($bubble-order) {
$name: list.nth($bubble-order, $index);
.js-bubble-#{$name} {