Sha256: 84cb71babea71e114e41912f3efd6a549c08bd6d3dc225b6c9a2201e9de56e3f
Contents?: true
Size: 592 Bytes
Versions: 4
Compression:
Stored size: 592 Bytes
Contents
// Scaffolding // Basic and global styles for generating a grid system, structural layout, and page templates // ------------------------------------------------------------------------------------------- // STRUCTURAL LAYOUT // ----------------- .clearfix { @include clearfix(); } body { margin: 0; font-family: $baseFontFamily; font-size: $baseFontSize; line-height: $baseLineHeight; color: $textColor; background-color: $white; } // LINKS // ----- a { color: $linkColor; text-decoration: none; } a:hover { color: $linkColorHover; text-decoration: underline; }
Version data entries
4 entries across 4 versions & 2 rubygems