From a2c9580ec56361c2caf99bc4b084aa7667745193 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 8 Nov 2022 16:24:53 +0000 Subject: [PATCH] Update SCSS comment formatting to match the repo SCSS's documentation seems to suggest a similar style: https://sass-lang.com/documentation/syntax/comments --- assets/scss/_variables_project.scss | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/assets/scss/_variables_project.scss b/assets/scss/_variables_project.scss index dbd4cc98..eae5cad9 100644 --- a/assets/scss/_variables_project.scss +++ b/assets/scss/_variables_project.scss @@ -36,19 +36,16 @@ $table-border-color: rgba(black, .125); $table-row-alternate: $secondary-lightest-background; $table-row-default: $secondary-lighter-background; -/* - Disable loading any fonts from Google Fonts. - */ +/* Disable loading any fonts from Google Fonts. */ $td-enable-google-fonts: false; /* - Replace the default font with Inter - we load it from a local copy, which is downloaded from - Google Fonts manually via a script: - https://github.com/matrix-org/matrix-spec/tree/main/static/css/fonts - - The $font-family-sans-serif definition here overrides the default value set by docsy: - https://github.com/matrix-org/docsy/blob/66a4e61d2d34edc7196b9df83a7d09cd4af14b47/assets/scss/_variables.scss#L68 - and adds "Inter" to the front. - */ + * Replace the default font with Inter - we load it from a local copy, which is downloaded from + * Google Fonts manually via a script: + * https://github.com/matrix-org/matrix-spec/tree/main/static/css/fonts + * + * The $font-family-sans-serif definition here overrides the default value set by docsy: + * https://github.com/matrix-org/docsy/blob/66a4e61d2d34edc7196b9df83a7d09cd4af14b47/assets/scss/_variables.scss#L68 + * and adds "Inter" to the front. */ @import url("../css/fonts/Inter.css"); $font-family-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; \ No newline at end of file