mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
Change scss import of reveal to css
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
9c0e4c2f7e
commit
c7c7c9ac74
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
||||||
* SPDX-License-Identifier: AGPL-3.0-only
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "../../../node_modules/reveal.js/css/reveal";
|
@import "../../../node_modules/reveal.js/dist/reveal.css";
|
||||||
@import "../../../node_modules/reveal.js/dist/theme/fonts/league-gothic/league-gothic.css";
|
@import "../../../node_modules/reveal.js/dist/theme/fonts/league-gothic/league-gothic.css";
|
||||||
@import "slide-theme";
|
@import "slide-theme";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue