I have asked this question in Foundation forum but no one has been able to answer yet. Once I run "foundation watch" command, all of the variables inside the src/assets/scss/_settings.sccc file are compiled as uncommented.
On the ZURB website however, it states this:
"To change a setting, find the variable you're looking for, uncomment it by removing the slashes (//) at the start of the line, and change the value. Uncommenting signifies that you want the value to change, and also functions as a handy visual aid to see which defaults you're overriding." - http://foundation.zurb.com/sites/docs/sass.html"
I am really confused as what ZURB website says and what compiler does are totally different from each other. Anyone has any ideas?
Thanks...