We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
prism.css file line 44:
pre[class*="language-"] > code[data-prefix]:before { color: $676767; content: attr(data-prefix); padding-right: 8px; }
shoud be:
pre[class*="language-"] > code[data-prefix]:before { color: #676767; content: attr(data-prefix); padding-right: 8px; }
The text was updated successfully, but these errors were encountered:
👋 NGINXConfig does not load prism.css directly, we build it and fix that issue in
prism.css
nginxconfig.io/src/nginxconfig/build/prism.js
Line 36 in 85aeab3
Sorry, something went wrong.
No branches or pull requests
prism.css file line 44:
shoud be:
The text was updated successfully, but these errors were encountered: