diff --git a/package.json b/package.json index b56e070..5822748 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,12 @@ "**/*.overrides" ], "customSyntax": "postcss-less" + }, + { + "files": [ + "**/*.scss" + ], + "customSyntax": "postcss-scss" } ], "rules": { diff --git a/src/theme/_main.scss b/src/theme/_main.scss index 0145b87..72fa2e4 100644 --- a/src/theme/_main.scss +++ b/src/theme/_main.scss @@ -1,9 +1,9 @@ //Specific styles for volto-light-theme .block.logos .ui.stackable, .block.logos .grid-items, -.block.logos h2.headline{ +.block.logos h2.headline { @include default-container-width(); - // Adding 2 * 10px (one for each side) we force the container to extend the value of - // the gutter to match the other blocks margin. + // Adding 2 * 10px (one for each side) we force the container to extend the value of + // the gutter to match the other blocks margin. max-width: calc(var(--default-container-width) + 2 * 10px); }