--- title: What You Get with Foundation Sass ---
All of Foundation's Sass variables can be found and modified here to help you customize your version of Foundation.
Here you can determine what stylings will be in your project. By default all of Foundation is imported, but you can deactivate and select specific components you want to import or add your custom Sass here.
We include a stylesheets folder where your HTML can refer to the CSS files. When your SCSS files compile, the resulting CSS files are saved here. It is important to not make an changes to files here as they may be overwritten. You can, however, simply write Vanilla CSS inside your SCSS file and it will be compiled just fine.
We initialize Foundation's javascript components here. This is also a great place to add in your own custom javascript.
A minified jQuery file which is required for many Foundation components to work.