Sha256: c0290d21a9ecb2077dc20db89d972cfba3b17d7011050875bfe489b34b7837cd

Contents?: true

Size: 1.59 KB

Versions: 3

Compression:

Stored size: 1.59 KB

Contents

// App Config - this is where most of your magic will happen
// ------------------------------------------------------------------------------
@import "config";  // Editing defaults here will override any set in the Stipe gem



// Choose the CSS reset by selectively commenting/uncommenting the import files
// ------------------------------------------------------------------------------
@import "stipe/resets/toadstool";           // Default toadstool reset
// @import "stipe/resets/eric_meyer";       // http://meyerweb.com/eric/tools/css/reset/reset.css
// @import "compass/reset";                 // Reset supported by the Compass gem

// Don't want to use any of these? Kool, we can respect that
// ------------------------------------------------------------------------------
// @import "reset";



// Want web fonts? We got those too.
// ------------------------------------------------------------------------------
@import "typography/web_fonts"; // edit this to add web font libraries



// Following sequence will load the necessary Stipe libraries
// ------------------------------------------------------------------------------
@import "compass/css3";                      // Including the Compass CSS3 mixins
@import "stipe/manifest";
@import "color/extends";



// This where you start building your own styles. 
// ------------------------------------------------------------------------------
@import "typography";
@import "forms";
@import "buttons";
@import "design";
@import "ui_patterns/example_pattern/example_pattern";
@import "modules/example_module/example_module";
@import "layouts/example_layout";

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
toadstool-0.0.0.5 lib/templates/project/sass/style.scss
toadstool-0.0.0.4 lib/templates/project/sass/style.scss
toadstool-0.0.0.3 lib/templates/project/sass/style.scss