From aab893c1d9c05af72b2d25083f085226e7d4373e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 22 Feb 2025 22:28:44 -0500 Subject: [PATCH] Begin switching to Sass comments --- web/themes/custom/geofresco/src/global/_layout.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/web/themes/custom/geofresco/src/global/_layout.scss b/web/themes/custom/geofresco/src/global/_layout.scss index 806a7f2..fe740b0 100644 --- a/web/themes/custom/geofresco/src/global/_layout.scss +++ b/web/themes/custom/geofresco/src/global/_layout.scss @@ -1,10 +1,8 @@ @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, .logo.column { @@ -17,7 +15,7 @@ display: inline-block; } -/* Allow the primary page content to be flush with the bottom of the slogan. */ +// Allow the primary page content to be flush with the bottom of the slogan. .main-section { padding-top: 0; .group-header { @@ -25,7 +23,7 @@ } } -/* On certain node pages, drop the title over (where we want) the image (to be). */ +// On certain node pages, drop the title over (where we want) the image (to be). .page--content-item--article, .page--content-item--blog, .page--content-item--collection,