// Use Compass @import "compass"; // Reset using Normalize @import "motherplate/reset"; // Import Open Sans font from Google @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700); @import url(http://fonts.googleapis.com/css?family=Lato:400,700); // Set variables and reusable mixins @import "motherplate/config"; @import "motherplate/mixins"; // Import typical layout sass modules @import "motherplate/grid"; @import "motherplate/type"; @import "motherplate/media"; @import "motherplate/links"; @import "motherplate/tables"; @import "motherplate/forms"; @import "motherplate/notifications"; @import "motherplate/other"; // Use Font Awesome for icons @import "motherplate/icons"; // Specific project styles, add any section specific sass modules here @import "motherplate/layout"; // Additional styles to think about @import "motherplate/responsive"; @import "motherplate/print"; // If IE support is needed @import "motherplate/ie"; // For anything quick and dirty that needs thrown in @import "motherplate/shame";