georgebellos/real_estate

View on GitHub
app/assets/stylesheets/globals/all.css.scss

Summary

Maintainability
Test Coverage
/***  Variables  ***/
@import "globals/variables";
@import "bootstrap/variables";

/***  Mixins  ***/

@import "bootstrap/mixins";


/***  Libraries  ***/

/***  Bootstrap Theming  ***/

/*** Reset ***/
@import "bootstrap/reset";

// Grid system and page structure
@import "bootstrap/scaffolding";
@import "bootstrap/grid";
@import "bootstrap/layouts";

// Base CSS
@import "bootstrap/type";
@import "bootstrap/code";
@import "bootstrap/forms";
@import "bootstrap/tables";

// Components: common
@import "bootstrap/sprites";
@import "bootstrap/dropdowns";
@import "bootstrap/wells";
@import "bootstrap/component-animations";
@import "bootstrap/close";

// Components: Buttons & Alerts
@import "bootstrap/buttons";
@import "bootstrap/button-groups";
@import "bootstrap/alerts"; // Note: alerts share common CSS with buttons and thus have styles in buttons


// Components: Nav
@import "bootstrap/navs";
@import "bootstrap/navbar";
@import "bootstrap/breadcrumbs";
@import "bootstrap/pagination";
@import "bootstrap/pager";

// Components: Popovers
@import "bootstrap/modals";
@import "bootstrap/tooltip";
@import "bootstrap/popovers";

// Components: Misc
@import "bootstrap/thumbnails";
@import "bootstrap/media";
@import "bootstrap/labels-badges";
@import "bootstrap/progress-bars";
@import "bootstrap/accordion";
@import "bootstrap/carousel";
@import "bootstrap/hero-unit";

// Utility classes
@import "bootstrap/utilities"; // Has to be last to override when necessary
@import 'font-awesome';


/***  Compass  ***/
@import "compass";
@import "compass/layout";
@import "compass/css3/user-interface";

/*** Custom ***/
@import "globals/fonts";
@import "globals/functions";
@import "globals/mixins";
@import "globals/placeholders";
@import "globals/typography";
@import "globals/colors";