Skip to content

Commit

Permalink
Alex 2024-02-06
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-adobe committed Feb 6, 2024
1 parent f1d076f commit 00c9621
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/blocks/marquee/marquee.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ export async function loadMnemonicList(foreground) {
}

export default async function init(el) {

if (el.classList.contains('new-variant')) {
console.log('blah blah');
}

const excDark = ['light', 'quiet'];
if (!excDark.some((s) => el.classList.contains(s))) el.classList.add('dark');
const children = el.querySelectorAll(':scope > div');
Expand Down

0 comments on commit 00c9621

Please sign in to comment.