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:
committed by
Deven Caron
parent
a056a87855
commit
520b75185f
@@ -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
|
||||
// ==========================================================================
|
||||
|
||||
Reference in New Issue
Block a user