Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(styles): Update code block syntax mixin
- Updated the `code-block-syntax` mixin in `_mixins.scss` - Added support for multiple languages by accepting an array of language names - Each language now has its own CSS class and pre tag styling This commit improves the flexibility and extensibility of the code block syntax mixin, allowing it to handle multiple programming languages more effectively.
- Loading branch information