1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-22 14:22:53 +02:00

migrated utils to ts, exclude filendings in imports

This commit is contained in:
Hakim El Hattab
2025-06-08 21:57:02 +02:00
parent 2cba3fb7db
commit a4130839ee
25 changed files with 1198 additions and 1217 deletions

View File

@@ -48,7 +48,7 @@ $selection-color: #fff !default;
$overlay-element-bg-color: 240, 240, 240 !default;
$overlay-element-fg-color: 0, 0, 0 !default;
// Expose all variables to the DOM
// Expose all SCSS variables as CSS custom properties
:root {
// Background of the presentation
--r-background: #{$background};