1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-27 16:30:24 +02:00

update all dependencies

This commit is contained in:
Hakim El Hattab
2024-10-18 14:57:41 +02:00
parent d712c148ec
commit 900bdd4686
23 changed files with 5180 additions and 6496 deletions

View File

@@ -7,7 +7,14 @@
*/
@use "sass:math";
@import 'layout';
@use 'layout';
/*********************************************
* PRINT STYLES
*********************************************/
@use 'print/pdf.scss';
@use 'print/paper.scss';
/*********************************************
* GLOBAL STYLES
@@ -329,7 +336,7 @@ $controlsArrowAngleActive: 36deg;
background-color: currentColor;
transition: all 0.15s ease, background-color 0.8s ease;
transform-origin: math.div(floor(($controlArrowThickness*0.5)*10), 10) 50%;
transform-origin: math.div(math.floor(($controlArrowThickness*0.5)*10), 10) 50%;
will-change: transform;
}
@@ -2180,11 +2187,3 @@ $notesWidthPercent: 25%;
}
}
/*********************************************
* PRINT STYLES
*********************************************/
@import 'print/pdf.scss';
@import 'print/paper.scss';