Sha256: 14ce10d84b4d86e04512b7f3979fc9b42d78cc951165ae243c4b08ebffd86f3e

Contents?: true

Size: 1.25 KB

Versions: 3

Compression:

Stored size: 1.25 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


// Want web fonts? We got those too.
// ------------------------------------------------------------------------------
@import "web_fonts";



// Following sequence will load the necessary Stipe libraries
// ------------------------------------------------------------------------------
@import "stipe/stipe";                   
@import "stipe/media";
@import "stipe/typography";             
@import "stipe/grid";      
@import "stipe/forms";               
@import "stipe/color";                   
@import "stipe/gradients"; 
               


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


// Following sequence will load the necessary Stipe extends
// ------------------------------------------------------------------------------
@import "stipe/grid/extends";
@import "stipe/color/extends";
@import "stipe/buttons/extends";

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stipe-0.0.2.2 stylesheets/stipe/toadstool/_ui_manifest.scss
stipe-0.0.2.1 stylesheets/stipe/toadstool/_ui_manifest.scss
stipe-0.0.2 stylesheets/stipe/toadstool/_ui_manifest.scss