Package paper and pdf style sheets and apply them conditionally

This commit is contained in:
quilicicf 2020-03-10 14:03:30 +01:00
parent 5a5a5c9a6c
commit 499dc68536
No known key found for this signature in database
GPG key ID: 0561A23A57B55DE1
13 changed files with 660 additions and 686 deletions

View file

@ -7,7 +7,8 @@
<title>reveal.js - Test PDF exports</title>
<link rel="stylesheet" href="../dist/reveal.css">
<link rel="stylesheet" href="../css/print/pdf.css">
<link rel="stylesheet" href="../dist/print/paper.css">
<link rel="stylesheet" href="../dist/print/pdf.css">
<link rel="stylesheet" href="qunit-2.5.0.css">
<script src="qunit-2.5.0.js"></script>
</head>