feat(theme-common): stable classname for code blocks (#6125)

* feat(theme-common): stable classname for code blocks

* Remove extra lines

* Fix styles

* Remove line
This commit is contained in:
Joshua Chen 2021-12-18 13:32:30 +08:00 committed by GitHub
parent a5d2815154
commit 06bd44c693
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 2 deletions

View file

@ -34,6 +34,7 @@ export const ThemeClassNames = {
editThisPage: 'theme-edit-this-page',
lastUpdated: 'theme-last-updated',
backToTopButton: 'theme-back-to-top-button',
codeBlock: 'theme-code-block',
},
layout: {
// TODO add other stable classNames here