Skip to content

Commit 49a1095

Browse files
Fix boilerplate not including core css media type
1 parent 63b55fe commit 49a1095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boilerplate.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Your deck.js Presentation</title>
99

1010
<!-- Required stylesheet -->
11-
<link rel="stylesheet" href="core/deck.core.css">
11+
<link rel="stylesheet" media="screen" href="core/deck.core.css">
1212

1313
<!-- Extension CSS files go here. Remove or add as needed. -->
1414
<link rel="stylesheet" media="screen" href="extensions/goto/deck.goto.css">

0 commit comments

Comments
 (0)