//
// import custom scss, content to be set in deployment.
//
@import "head";

// First import journal variables
// @import "bootswatch/cerulean/variables";

//
// import bootstrap.
//
@import "bootstrap";
@import "bootstrap-responsive";
// backport bootstrap 3.2 features
@import "backport";

//
// LEAP web app specific overrides
//
@import "leap";

// And finally bootswatch style itself
// @import "bootswatch/cerulean/bootswatch";

//
// import custom scss, content to be set in deployment.
//
@import "tail";