mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Update SCSS comment formatting to match the repo
SCSS's documentation seems to suggest a similar style: https://sass-lang.com/documentation/syntax/comments
This commit is contained in:
parent
007bc8e0b9
commit
a2c9580ec5
|
|
@ -36,19 +36,16 @@ $table-border-color: rgba(black, .125);
|
||||||
$table-row-alternate: $secondary-lightest-background;
|
$table-row-alternate: $secondary-lightest-background;
|
||||||
$table-row-default: $secondary-lighter-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;
|
$td-enable-google-fonts: false;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Replace the default font with Inter - we load it from a local copy, which is downloaded from
|
* Replace the default font with Inter - we load it from a local copy, which is downloaded from
|
||||||
Google Fonts manually via a script:
|
* Google Fonts manually via a script:
|
||||||
https://github.com/matrix-org/matrix-spec/tree/main/static/css/fonts
|
* 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:
|
* 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
|
* https://github.com/matrix-org/docsy/blob/66a4e61d2d34edc7196b9df83a7d09cd4af14b47/assets/scss/_variables.scss#L68
|
||||||
and adds "Inter" to the front.
|
* and adds "Inter" to the front. */
|
||||||
*/
|
|
||||||
@import url("../css/fonts/Inter.css");
|
@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";
|
$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";
|
||||||
Loading…
Reference in a new issue