1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Standardize scss comments

This commit is contained in:
Lucas Vallenet
2022-05-12 16:15:44 +02:00
parent 15a4f2e64f
commit d6c8fdac23
34 changed files with 393 additions and 320 deletions

View File

@@ -1,5 +1,5 @@
// ==========================================================================
// Base / Page
// Elements / Document
// ==========================================================================
//
@@ -7,8 +7,7 @@
//
// 1. Include web fonts
// 2. Ensure the page always fills at least the entire height of the viewport.
// 3. Set the default `font-size` and `line-height` for the entire project,
// sourced from our default variables.
// 3. Set the default `font-size` and `line-height` for the entire project, sourced from our default variables.
@include font-faces($font-faces, $font-dir); // [1]