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

Add clamp-with-max & size-clamp sass functions

This commit is contained in:
Lucas Bigot
2024-03-26 11:41:23 -04:00
parent 522c9c0bcb
commit c16407c8c1
7 changed files with 29 additions and 15 deletions

View File

@@ -32,12 +32,13 @@ $easing: ease("power2.out");
// Spacing Units
// =============================================================================
$unit: 60px;
$unit-small: 20px;
$unit: 60px;
$unit-small: 20px;
$vw-viewport: 1440;
// Container
// ==========================================================================
$padding: $unit;
$padding: $unit;
// Grid
// ==========================================================================