Finally, add an `@import` statement to the top of your main Sass file.
```scss
-@import 'foundation';
+@import 'foundation-emails';
```
You're also going to want a settings file for your project, which will allow you to modify the default styles of Foundation for Emails. **[Download the latest settings file here](https://raw.githubusercontent.com/zurb/foundation-emails/master/scss/settings/_settings.scss)**, add it to your project as `_settings.scss`, then import it *before* Foundation itself.
```scss
@import 'settings';
-@import 'foundation';
+@import 'foundation-emails';
```
---
$button-border: 2px solid $button-background !default;
```
-We put together some [Best Practices on Sass file structure](http://zurb.com/university/lessons/avoid-a-cluttered-mess-sensible-sass-file-structure) that will help you keep your project clean.
\ No newline at end of file
+We put together some [Best Practices on Sass file structure](http://zurb.com/university/lessons/avoid-a-cluttered-mess-sensible-sass-file-structure) that will help you keep your project clean.