Skip to content

Commit

Permalink
Fix SCSS to CSS variable assignment
Browse files Browse the repository at this point in the history
See also https://sass-lang.com/documentation/breaking-changes/css-vars

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
  • Loading branch information
susnux committed Sep 14, 2022
1 parent ce416d9 commit b83f052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcAppContent/NcAppContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export default {
// Variables
// the whitespace between the topbar content and its edges
--topbar-margin: $topbar-margin;
--topbar-margin: #{$topbar-margin};
}
.app-content-wrapper {
Expand Down

0 comments on commit b83f052

Please sign in to comment.