I am new to neat. I want to know what i am doing wrong here as i am trying to reset the auto margins and paddings between columns in the grid . this is my code
$grid-columns: 12;
$gutter: 0px;
The grid column variables are working but the gutter is not. can u help me out. thanks.