Require slide mode stylesheets
This commit is contained in:
parent
58fedb01fa
commit
3e23009663
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
require('../css/extra.css');
|
||||||
|
require('../css/site.css');
|
||||||
|
require('../css/slide.css');
|
||||||
|
|
||||||
/* other vendors plugin */
|
/* other vendors plugin */
|
||||||
var S = require('string');
|
var S = require('string');
|
||||||
|
|
|
@ -36,9 +36,8 @@
|
||||||
<link rel="stylesheet" href="<%- url %>/css/mermaid.css">
|
<link rel="stylesheet" href="<%- url %>/css/mermaid.css">
|
||||||
<link rel="stylesheet" href='<%- url %>/css/markdown.css'>
|
<link rel="stylesheet" href='<%- url %>/css/markdown.css'>
|
||||||
<link rel="stylesheet" href='<%- url %>/vendor/emojify.js/dist/css/basic/emojify.min.css'>
|
<link rel="stylesheet" href='<%- url %>/vendor/emojify.js/dist/css/basic/emojify.min.css'>
|
||||||
<link rel="stylesheet" href='<%- url %>/css/extra.css'>
|
|
||||||
<link rel="stylesheet" href="<%- url %>/css/site.css">
|
<%- include build/slide-header %>
|
||||||
<link rel="stylesheet" href="<%- url %>/css/slide.css">
|
|
||||||
|
|
||||||
<!-- Printing and PDF exports -->
|
<!-- Printing and PDF exports -->
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue