Sha256: da2dc6a9f0bce79066cdc344b8fad5c774051458ea413e05a27931af35c9d12c
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
// App Config - this is where most of your magic will happen // ------------------------------------------------------------------------------ @import "toadstool/config"; // Editing defaults here will override any set in the Stipe gem // Want web fonts? We got those too. // ------------------------------------------------------------------------------ @import "toadstool/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 "toadstool/typography"; @import "toadstool/design"; @import "toadstool/forms"; @import "toadstool/buttons"; @import "toadstool/grids"; @import "toadstool/ui_patterns"; @import "toadstool/modules";
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
toadstool-0.0.0.5 | lib/stylesheets/_toadstool-styleguide.scss |
toadstool-0.0.0.4 | lib/stylesheets/_toadstool-styleguide.scss |
toadstool-0.0.0.3 | lib/stylesheets/_toadstool-styleguide.scss |