Skip to content

Instantly share code, notes, and snippets.

@natecavanaugh
Created October 29, 2014 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natecavanaugh/669d65f00616a4267abc to your computer and use it in GitHub Desktop.
Save natecavanaugh/669d65f00616a4267abc to your computer and use it in GitHub Desktop.
$FontAwesomePath: "aui/alloy-font-awesome/font" !default;
@import "aui/alloy-font-awesome/scss/variables";
@import "aui/alloy-font-awesome/scss/mixins-alloy";
@import "aui/alloy-font-awesome/scss/path-alloy";
@import "aui_variables";
$iconSpritePath: '../images/aui/glyphicons-halflings.png' !default;
$iconWhiteSpritePath: '../images/aui/glyphicons-halflings-white.png' !default;
// Core variables and mixins
@import "variables-alloy"; // This override needs to load it's variables before bootstrap's
@import "variables"; // Modify this for custom colors, font-sizes, etc
@import "mixins";
// CSS Reset
@import "reset";
.aui {
// Grid system and page structure
@import "scaffolding";
@import "grid";
@import "layouts";
// Base CSS
@import "type";
@import "code";
@import "forms";
@import "tables";
// Components: common
@import "sprites";
@import "dropdowns";
@import "wells";
@import "component-animations";
@import "close";
// Components: Buttons & Alerts
@import "buttons";
@import "buttons-alloy";
@import "button-groups";
@import "button-groups-alloy";
@import "alerts"; // Note: alerts share common CSS with buttons and thus have styles in buttons
// Components: Nav
@import "navs";
@import "navs-alloy";
@import "navbar";
@import "breadcrumbs";
@import "pagination";
@import "pagination-alloy";
@import "pager";
// Components: Popovers
@import "modals";
@import "modals-alloy";
@import "tooltip";
@import "tooltip-alloy";
@import "popovers";
@import "popovers-alloy";
// Components: Misc
@import "thumbnails";
@import "media";
@import "labels-badges";
@import "progress-bars";
@import "progress-bars-alloy";
@import "accordion";
@import "carousel";
@import "carousel-alloy";
@import "hero-unit";
// Utility classes
@import "utilities"; // Has to be last to override when necessary
@import "utilities-alloy"; // Has to be last to override when necessary
@import "aui_custom";
@import "aui/responsive";
@import "liferay_custom";
@import "aui/alloy-font-awesome/scss/core";
@import "aui/alloy-font-awesome/scss/bootstrap";
@import "aui/alloy-font-awesome/scss/extras";
@import "aui/alloy-font-awesome/scss/icons-alloy";
@import "aui/alloy-font-awesome/scss/icons-alloy-extra";
background-color: $bodyBackground;
color: $textColor;
font-family: $baseFontFamily;
font-size: $baseFontSize;
line-height: $baseLineHeight;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment