--- title: What You Get with Foundation Sass ---

We've put together all of the pieces you need in one package, let's see what's inside.


← Back to Getting Started

Everything Inside

Need a deeper look into what all the Foundation Sass files do? We've got you covered. Or if you simply need a file listing, check here.

Customization

JavaScript

Bower Components

Pre-Packaged Essentials


Foundation File List

Our Foundation Sass file structure will look just like this after you complete the download.

  •   bower_components

  •   js
    •   app.js

  •   scss
    •   _settings.scss
    •   app.scss

  •   stylesheets
    •   app.css

  •   bower.json
  •   config.rb
  •   humans.txt
  •   index.html
  •   robots.txt

What to know how to properly modify your files? Check out how to use Foundation Sass →


HTML Page Markup

As you'll see in our ```index.html``` sample, Foundation pages have some specific markup required for them to work. This code block is a simple boilerplate for content-free Foundation pages that we hope comes in handy. Go ahead and copy/paste this in when creating a new page.

HTML

{{#markdown}} ```html {{> examples_what_you_get_index_include}} ``` {{/markdown}}