Sha256: 287785ee2f2215500d227dffa0e5268fe5363a26f7468f75b2cba36ee1ba9a5c
Contents?: true
Size: 1.04 KB
Versions: 33
Compression:
Stored size: 1.04 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/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";
Version data entries
33 entries across 33 versions & 1 rubygems