Explorar el Código

Fixed button stylesheet inclusion.

woollybah hace 7 años
padre
commit
2aa13ca114
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      website/siteConfig.js

+ 1 - 1
website/siteConfig.js

@@ -167,7 +167,7 @@ const siteConfig = {
         '/js/scrollspy.js'
     ],
 
-    stylesheets: ['/css/code-blocks-buttons.css'],
+    separateCss: ['static/css/code-blocks-buttons.css'],
 
     // On page navigation for the current documentation page.
     onPageNav: 'separate',