Undefined variable error in scss while compiling using sass live server in vs code

@ahnaf4, to find out the problem, for testing purpose, you can declare
the $grid-width variable inside grid.scss, then run the code.

If it solves the issue, you can proceed to another test,
import variables.scss in your grid.scss without declaring
$grid-width in grid.scss

Whatever the output, pls let me know the result.