// setup.scss
// This contains all the common elements that will be the base for all Orchard apps

@import 'bourbon';

@import 'helpers/variables';
@import 'helpers/mixins';
@import 'helpers/placeholders';

@import 'body';
@import 'header';
@import 'footer';
@import 'typography';
