Sha256: 15679960e91da06f175b654b6832cabf0613e7d21a2bebbdf95a3ae5aefd6885
Contents?: true
Size: 1.13 KB
Versions: 7
Compression:
Stored size: 1.13 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 "compass/css3"; @import "stipe/media"; @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"; // Stipe grid extends need to load last // ------------------------------------------------------------------------------ @import "stipe/grid/extends";
Version data entries
7 entries across 7 versions & 1 rubygems