Skip to content

Commit 723cd81

Browse files
committed
Set MIN_CSS to use the minified version (Reveal JS)
1 parent 082c692 commit 723cd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class PrettifyJS:
208208
class Reveal:
209209
LIB = "https://cdn.jsdelivr.net/npm/reveal.js"
210210
VER = "3.8.0"
211-
MIN_CSS = "%s@%s/css/reveal.css" % (LIB, VER)
211+
MIN_CSS = "%s@%s/css/reveal.min.css" % (LIB, VER)
212212
SERIF_MIN_CSS = "%s@%s/css/theme/serif.min.css" % (LIB, VER)
213213
WHITE_MIN_CSS = "%s@%s/css/theme/white.min.css" % (LIB, VER)
214214
BLACK_MIN_CSS = "%s@%s/css/theme/black.min.css" % (LIB, VER)

0 commit comments

Comments
 (0)