Skip to content

Commit a413083

Browse files
committed
migrated utils to ts, exclude filendings in imports
1 parent 2cba3fb commit a413083

25 files changed

+1216
-1235
lines changed

css/theme/template/settings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $selection-color: #fff !default;
4848
$overlay-element-bg-color: 240, 240, 240 !default;
4949
$overlay-element-fg-color: 0, 0, 0 !default;
5050

51-
// Expose all variables to the DOM
51+
// Expose all SCSS variables as CSS custom properties
5252
:root {
5353
// Background of the presentation
5454
--r-background: #{$background};

0 commit comments

Comments
 (0)