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

Remove unused $container-width SCSS variable

This commit is contained in:
Jérémy Minié
2022-04-28 15:36:56 -04:00
committed by Deven Caron
parent a056a87855
commit 520b75185f

View File

@@ -79,10 +79,15 @@ $unit: 60px;
$unit-small: 20px;
// Container
<<<<<<< HEAD
// =============================================================================
$container-width: 2000px;
$padding: $unit;
=======
// ==========================================================================
$padding: $unit;
>>>>>>> 26f5b77 (Remove unused `$container-width` SCSS variable)
// Grid
// ==========================================================================