@@ -205,7 +205,8 @@ module.exports = {
205205 path . join ( __dirname , 'public/css/github-extract.css' ) ,
206206 path . join ( __dirname , 'public/vendor/showup/showup.css' ) ,
207207 path . join ( __dirname , 'public/css/mermaid.css' ) ,
208- path . join ( __dirname , 'public/css/markdown.css' )
208+ path . join ( __dirname , 'public/css/markdown.css' ) ,
209+ path . join ( __dirname , 'public/css/slide-preview.css' )
209210 ] ,
210211 "index-styles-pack" : [
211212 path . join ( __dirname , 'node_modules/bootstrap/dist/css/bootstrap.min.css' ) ,
@@ -253,7 +254,8 @@ module.exports = {
253254 "pretty-styles" : [
254255 path . join ( __dirname , 'public/css/github-extract.css' ) ,
255256 path . join ( __dirname , 'public/css/mermaid.css' ) ,
256- path . join ( __dirname , 'public/css/markdown.css' )
257+ path . join ( __dirname , 'public/css/markdown.css' ) ,
258+ path . join ( __dirname , 'public/css/slide-preview.css' )
257259 ] ,
258260 "pretty-styles-pack" : [
259261 path . join ( __dirname , 'node_modules/bootstrap/dist/css/bootstrap.min.css' ) ,
0 commit comments