-
13Replies
-
Foundation 6 _settings.scss
By Ron Wade
Hi, I am just wondering, what is the purpose of the _settings.scss file in Foundation 6? It does not affect the styles at all. And as far as I can tell, it does not get included in any other file. I installed Foundation through NPM.
Last Reply by Scott Benton over 1 year ago
-
3Replies
-
Change .row width based on screen width (Foundation 6)
By Ron Wade
foundation 6breakpointsmedia-queries.row
Hi, I'm having some difficulty figuring out how to change the width of a .row based on the screen width. I'm using the flex-grid styles. In my current workflow I have my own _global.scss file which is imported into foundation.scss just after the ori... (continued)
Last Reply by Ron Wade about 4 years ago
The scss directory looks like this:
components/
forms/
grid/
settings/
typography/
util/
vendor/
_global.scss
foundation.scss
foundation.scss imports _global.scss to get settings. However, _global.scss has some, but not all, of the variables found in _settings.scss.
I just checked Foundation's github repo and it has this same structure.