We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42da4c commit d54276aCopy full SHA for d54276a
resources/docstrap-master/template/publish.js
@@ -34,7 +34,7 @@ var globalUrl = helper.getUniqueFilename('global');
34
var indexUrl = helper.getUniqueFilename('index');
35
36
if (conf.syntaxTheme) {
37
- logger.warn('`template.syntaxTheme` is ignored. Import the Prism theme in template/styles/main.less.');
+ logger.warn('`template.syntaxTheme` is ignored. You can change the syntax theme by modifying template/styles/main.less.');
38
}
39
40
var navOptions = {
0 commit comments