// setup-releasebuilder.scss
// This contains all the common elements that will be the base for all the new RB styles

@import 'bourbon';

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

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