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

Add css grid system base styles

This commit is contained in:
Deven Caron
2022-03-24 17:54:53 -04:00
parent ad4a1c7d47
commit d0a075ff24
6 changed files with 342 additions and 10 deletions

View File

@@ -75,9 +75,8 @@ $easing: $ease-power2-out;
// Spacing Units
// =============================================================================
$unit: 60px;
$unit-small: 30px;
$unit: 60px;
$unit-small: 20px;
// Container
// =============================================================================
@@ -85,6 +84,11 @@ $unit-small: 30px;
$container-width: 2000px;
$padding: $unit;
// Grid
// ==========================================================================
$base-column-nb: 12;
$base-column-gap: $unit-small;
// Breakpoints
// =============================================================================