Sha256: 9fca18644f4bd4b1ac8b683fccd63177edd6853bcd8df35c6a5c9d4b40861d1a
Contents?: true
Size: 917 Bytes
Versions: 2
Compression:
Stored size: 917 Bytes
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/manifest"; // 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
toadstool-0.0.0.8 | lib/stylesheets/_toadstool-styleguide.scss |
toadstool-0.0.0.7 | lib/stylesheets/_toadstool-styleguide.scss |