This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$gutter-vertical: 30px; // Adjust the value as needed for your design | |
$gutter-horizontal: 30px; // Adjust the value as needed for your design | |
@mixin clearfix { | |
&::after { | |
content: ""; | |
display: table; | |
clear: both; | |
} | |
} |