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:
@@ -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
|
||||
// =============================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user