From eb6dafaac4f2934d7e7ae183d40ec89b4a32e263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 30 Aug 2019 22:56:13 -0400 Subject: [PATCH] Convert non-CSS-valid comment syntax to CSS-valid ... because even though SCSS is protecting me now, i'll get burnt (again) later. Also, remove a commented-out line. --- web/themes/custom/geofresco/src/global/_elements.scss | 7 +++---- web/themes/custom/geofresco/src/global/_layout.scss | 6 ++++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/web/themes/custom/geofresco/src/global/_elements.scss b/web/themes/custom/geofresco/src/global/_elements.scss index bf9bc6c..2334cd5 100644 --- a/web/themes/custom/geofresco/src/global/_elements.scss +++ b/web/themes/custom/geofresco/src/global/_elements.scss @@ -1,11 +1,11 @@ @charset "UTF-8"; -// Extend or override Bulma's elements ../../node_modules/bulma/sass/elements +/* Extend or override Bulma's elements ../../node_modules/bulma/sass/elements */ .site-title { display: inline-block; width: 4.6em; - word-break: keep-all; // Shouldn't be needed but Chrome needs it. + word-break: keep-all; /* Shouldn't be needed but Chrome needs it. */ font-size: 37px; line-height: 38px; } @@ -13,10 +13,9 @@ .user-account-menu li { display: inline-block; padding: .1rem .6rem; -// float: right; } -// Add a gradient across only a portion of the vertical width of the navbar. +/* Add a gradient across only a portion of the vertical width of the navbar. */ .header, .sitename { background: linear-gradient( diff --git a/web/themes/custom/geofresco/src/global/_layout.scss b/web/themes/custom/geofresco/src/global/_layout.scss index 2ca24ec..fa7c5b6 100644 --- a/web/themes/custom/geofresco/src/global/_layout.scss +++ b/web/themes/custom/geofresco/src/global/_layout.scss @@ -1,7 +1,9 @@ @charset "UTF-8"; -// Extend or override Bulma's layouts ../../node_modules/bulma/sass/layout +/** + * Extend or override Bulma's layouts ../../node_modules/bulma/sass/layout + */ -// Center logo & sitename when they stack on tiny screens. +/* Center logo & sitename when they stack on tiny screens. */ @include until($mini) { .sitename.column,