Sha256: 2cc465e51c29047d7a29c05ec57ee89d8eaa5d0c5ddd368e1a981618995f3066
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
// 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";
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motherplate-rails-0.0.2 | vendor/assets/stylesheets/motherplate.scss |
motherplate-rails-0.0.1 | vendor/assets/stylesheets/motherplate.scss |