mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 04:12:53 +02:00
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:
parent
a5d2815154
commit
06bd44c693
4 changed files with 17 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue