Skip to content

Commit ca331e9

Browse files
committed
(docs) note location of CSS has changed with v11
1 parent 1cb086b commit ca331e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

VERSION_11_UPGRADE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ hljs.registerAliases(["php3","php4","php5","php6","php7","php8"],{ languageName:
6363
- `github` includes significant changes to more properly match modern GitHub syntax highlighting. If you desire the old theme you can manually copy it into your project from the [10-stable branch](https://github.com/highlightjs/highlight.js/tree/10-stable/src/styles).
6464
- `github-gist` has been removed in favor of `github` as GitHub and GitHub Gist have converged. If you desire the theme you can manually copy it into your project from the [10-stable branch](https://github.com/highlightjs/highlight.js/tree/10-stable/src/styles).
6565
- The `.hljs` CSS selector is now further scoped. It now targets `code.hljs` (inline code) and `pre code.hljs` (code blocks). If you are using a different element you may need to update your CSS to reapply some styling.
66+
- All [Base16 themes](https://github.com/highlightjs/base16-highlightjs) now live in the `styles/base16` directory - this means some CSS files have moved. Please confirm themes you use reference the new locations.
6667

6768

6869
#### Grammar Scopes

0 commit comments

Comments
 (0)