I've installed Zurb Foundation into my Yeoman project using yeoman install foundation
then included it in my project by updating my Gruntfile.js using require: 'zurb-foundation'
The problem now arises when I try to edit my app/styles/main.scss
file. I am unable to override the default Zurb foundation SASS variables.
I've tried to edit the _settings.scss
file within app/components
and also under components
in the main directory - but to no avail.
Has anyone had any luck or have a solution to this dilemma?