I am using SASS for styling with Neat But the tutorial is based on SCSS. Both are quite new to me. I don't really know how to convert the SCSS code below to SASS.
$my-custom-grid: (
columns: 12,
gutter: 20px,
media: 1200px,
color: rgba(#00d4ff, 0.25),
direction: ltr,
);