Remove workaround rule in reveal by vendoring a bootstrap file

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2021-10-15 21:55:12 +02:00
parent dc0068420a
commit f35d05d712
4 changed files with 488 additions and 7 deletions

View file

@ -7,8 +7,3 @@
@import "../../../node_modules/reveal.js/css/reveal";
@import "../../../node_modules/reveal.js/dist/theme/fonts/league-gothic/league-gothic.css";
@import "slide-theme";
//Fix to make transitions work with bootstrap
.reveal [hidden] {
display: block !important;
}