Skip to content

Commit

Permalink
Add simple for simple cards
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarol committed Dec 13, 2024
1 parent 85bd252 commit 89869f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/importer/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,10 @@ function cards(main, document) {
}
});

if (container.querySelector('.cards-simple')) {
variants.push('simple');
}

createBlock(container, document, blockName, cells, variants);
});
}
Expand Down

0 comments on commit 89869f7

Please sign in to comment.